-
Notifications
You must be signed in to change notification settings - Fork 42
/
cm.mk
27 lines (20 loc) · 876 Bytes
/
cm.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 some common CM stuff.
$(call inherit-product, $(SRC_TARGET_DIR)/product/full_base_telephony.mk)
# Inherit device configuration
$(call inherit-product, device/asus/Z00A/device.mk)
$(call inherit-product, vendor/cm/config/common_full_phone.mk)
DEVICE_PACKAGE_OVERLAYS += device/asus/Z00A/overlay
PRODUCT_RUNTIMES := runtime_libart_default
## Device identifier. This must come after all inclusions
PRODUCT_NAME := cm_Z00A
PRODUCT_BRAND := asus
PRODUCT_MODEL := ASUS_Z00A
PRODUCT_MANUFACTURER := asus
PRODUCT_DEVICE := Z00A
PRODUCT_BUILD_PROP_OVERRIDES += \
PRODUCT_NAME=WW_Z00A \
BUILD_FINGERPRINT=asus/WW_Z00A/Z00A:6.0.1/MMB29P/4.21.40.134_20160825_4746_user:user/release-keys \
PRIVATE_BUILD_DESC="asusmofd_fhd-user 6.0.1 MMB29P 4.21.40.134_20160825_4746_user release-keys"