-
Notifications
You must be signed in to change notification settings - Fork 0
/
cardinal.mk
34 lines (24 loc) · 913 Bytes
/
cardinal.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
28
29
30
31
32
33
34
# Boot animation
TARGET_SCREEN_WIDTH := 1080
TARGET_SCREEN_HEIGHT := 1920
# Inherit device configuration
$(call inherit-product, device/leeco/s2/full_s2.mk)
# Inherit some common LineageOS stuff.
$(call inherit-product, vendor/cardinal/common.mk)
## Device identifier. This must come after all inclusions
PRODUCT_DEVICE := s2
PRODUCT_NAME := cardinal_s2
PRODUCT_BRAND := LeEco
PRODUCT_MANUFACTURER := LeMobile
PRODUCT_GMS_CLIENTID_BASE := android-leeco
PRODUCT_BUILD_PROP_OVERRIDES += \
TARGET_DEVICE=le_s2 \
PRODUCT_NAME=Le2_CN \
PRIVATE_BUILD_DESC="s2-user 6.0.1 IIXOSOP5801910121S 44 release-keys"
BUILD_FINGERPRINT := Letv/Le2_WW/le_s2_ww:6.0.1/IIXOSOP5801910121S/44:user/release-keys
PRODUCT_SYSTEM_PROPERTY_BLACKLIST += ro.product.model
# Add Maintainer Prop
PRODUCT_BUILD_PROP_OVERRIDES += DEVICE_MAINTAINERS="Renji"
# Release name
PRODUCT_RELEASE_NAME := s2
CARDINAL_RELEASE := true