forked from CarbonROM/android_device_google_sailfish
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathaosip_sailfish.mk
27 lines (20 loc) · 901 Bytes
/
aosip_sailfish.mk
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
# Boot animation
TARGET_SCREEN_HEIGHT := 1920
TARGET_SCREEN_WIDTH := 1080
# Inherit AOSiP product configuration
$(call inherit-product, vendor/aosip/config/common_full_phone.mk)
# Inherit aosp_sailfish
$(call inherit-product, device/google/marlin/aosp_sailfish.mk)
-include device/google/marlin/sailfish/device-aosip.mk
## Device identifier. This must come after all inclusions
PRODUCT_NAME := aosip_sailfish
PRODUCT_BRAND := google
PRODUCT_MODEL := Pixel
TARGET_MANUFACTURER := Google
PRODUCT_RESTRICT_VENDOR_FILES := false
PRODUCT_BUILD_PROP_OVERRIDES += \
PRODUCT_NAME=sailfish \
BUILD_FINGERPRINT=google/sailfish/sailfish:7.1.2/NJH47F/4146041:user/release-keys \
PRIVATE_BUILD_DESC="sailfish-user 7.1.2 NJH47F 4146041 release-keys"
PRODUCT_BUILD_PROP_OVERRIDES += DEVICE_MAINTAINERS="Tyler (thebigdonny)"
$(call inherit-product-if-exists, vendor/google/marlin/marlin-vendor.mk)