-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathcm.mk
More file actions
17 lines (12 loc) · 717 Bytes
/
cm.mk
File metadata and controls
17 lines (12 loc) · 717 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# Correct bootanimation size for the screen
TARGET_SCREEN_HEIGHT := 800
TARGET_SCREEN_WIDTH := 480
# Inherit some common CM stuff.
$(call inherit-product, vendor/cm/config/gsm.mk)
# Inherit some common CM stuff.
$(call inherit-product, vendor/cm/config/tiny.mk)
# Inherit device configuration
$(call inherit-product, device/zte/skate/skate.mk)
PRODUCT_BUILD_PROP_OVERRIDES += PRODUCT_NAME=skate BUILD_ID=JRO03C BUILD_FINGERPRINT=ZTE/N880E_JB/atlas40:4.1.1/JRO03C/eng.songsy.20120718.233441:eng/test-keys PRIVATE_BUILD_DESC="N880E_JB-eng 4.1.1 JRO03C eng.songsy.20120718.233441 test-keys" BUILD_NUMBER=eng.songsy.20120718.233441
# Set this variable here to overwrite the inherited value.
PRODUCT_NAME := cm_skate