forked from LineageOS/android_device_google_marlin
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathbliss_marlin.mk
27 lines (20 loc) · 867 Bytes
/
bliss_marlin.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 := 2560
TARGET_SCREEN_WIDTH := 1440
TARGET_BOOT_ANIMATION_RES := 1440
# Inherit some common Bliss stuff.
$(call inherit-product, vendor/bliss/config/common_full_phone.mk)
# Inherit device configuration
$(call inherit-product, device/google/marlin/aosp_marlin.mk)
-include device/google/marlin/marlin/device-bliss.mk
## Device identifier. This must come after all inclusions
PRODUCT_NAME := bliss_marlin
PRODUCT_BRAND := google
PRODUCT_MODEL := Pixel XL
TARGET_MANUFACTURER := HTC
PRODUCT_RESTRICT_VENDOR_FILES := false
PRODUCT_BUILD_PROP_OVERRIDES += \
PRODUCT_NAME=marlin \
PRIVATE_BUILD_DESC="marlin-user 8.1.0 OPM1.171019.021 4565141 release-keys"
BUILD_FINGERPRINT := google/marlin/marlin:8.1.0/OPM1.171019.021/4565141:user/release-keys
$(call inherit-product-if-exists, vendor/google/marlin/marlin-vendor.mk)