forked from CM-CHT/android_device_intel_chuwi_vi10plus
-
Notifications
You must be signed in to change notification settings - Fork 0
/
lineage.mk
23 lines (19 loc) · 866 Bytes
/
lineage.mk
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
# Boot animation
TARGET_SCREEN_WIDTH := 1920
TARGET_SCREEN_HEIGHT := 1200
TARGET_BOOTANIMATION_HALF_RES := true
# Inherit some common LineageOS stuff.
$(call inherit-product, vendor/cm/config/common_full_tablet_wifionly.mk)
# Inherit device configuration
$(call inherit-product, device/intel/chuwi_hi10pro/chuwi_hi10pro.mk)
# Device identifier. This must come after all inclusions
PRODUCT_DEVICE := chuwi_hi10pro
PRODUCT_NAME := lineage_chuwi_hi10pro
PRODUCT_BRAND := Chuwi
PRODUCT_MODEL := Hi10 Pro
PRODUCT_MANUFACTURER := Chuwi
PRODUCT_RELEASE_NAME := Chuwi Hi10 Pro
# Set build fingerprint / ID / Product Name ect.
PRODUCT_BUILD_PROP_OVERRIDES += \
PRIVATE_BUILD_DESC="cht_cr_mrd_w-userdebug 5.1 LMY47I eng.softteam.20160803.104417 release-keys" \
BUILD_FINGERPRINT="intel/cht_cr_mrd_w/cht_cr_mrd_w:5.1/LMY47I/softteam08031045:userdebug/release-keys"