forked from CyanogenMod/android_device_moto_shamu
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcm.mk
23 lines (17 loc) · 680 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
# Boot animation
TARGET_SCREEN_HEIGHT := 2560
TARGET_SCREEN_WIDTH := 1440
# Inherit some common CM stuff.
$(call inherit-product, vendor/cm/config/common_full_phone.mk)
# Inherit device configuration
$(call inherit-product, device/moto/shamu/aosp_shamu.mk)
DEVICE_PACKAGE_OVERLAYS += device/moto/shamu/overlay-cm
## Device identifier. This must come after all inclusions
PRODUCT_NAME := cm_shamu
PRODUCT_BRAND := google
PRODUCT_MODEL := Nexus 6
TARGET_VENDOR := moto
PRODUCT_BUILD_PROP_OVERRIDES += \
PRODUCT_NAME=shamu \
BUILD_FINGERPRINT=google/shamu/shamu:7.0/NBD91U/3408911:user/release-keys \
PRIVATE_BUILD_DESC="shamu-user 7.0 NBD91U 3408911 release-keys"