forked from CyanogenMod/android_device_motorola_xt907
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcm.mk
24 lines (18 loc) · 703 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
## Specify phone tech before including full_phone
$(call inherit-product, vendor/cm/config/cdma.mk)
# Inherit some common CM stuff.
$(call inherit-product, vendor/cm/config/common_full_phone.mk)
# Enhanced NFC
$(call inherit-product, vendor/cm/config/nfc_enhanced.mk)
# Boot animation
TARGET_SCREEN_HEIGHT := 960
TARGET_SCREEN_WIDTH := 540
# Release name
PRODUCT_RELEASE_NAME := XT907
PRODUCT_NAME := cm_xt907
$(call inherit-product, device/motorola/xt907/full_xt907.mk)
PRODUCT_BUILD_PROP_OVERRIDES += \
PRODUCT_BRAND=motorola \
PRODUCT_NAME=XT907_verizon \
BUILD_PRODUCT=scorpion_mini \
BUILD_FINGERPRINT=motorola/XT907_verizon/scorpion_mini:4.1.2/9.8.1Q-66/28:user/release-keys