forked from eyeballer/android_device_htc_shooter
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcm.mk
More file actions
17 lines (13 loc) · 651 Bytes
/
cm.mk
File metadata and controls
17 lines (13 loc) · 651 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
$(call inherit-product, device/htc/shooter/shooter.mk)
# Set bootanimation res
TARGET_BOOTANIMATION_NAME := vertical-540x960
# Inherit some common CM stuff.
$(call inherit-product, vendor/cm/config/common_full_phone.mk)
PRODUCT_NAME := cm_shooter
PRODUCT_DEVICE := shooter
PRODUCT_MODEL := PG86100
PRODUCT_MANUFACTURER := HTC
PRODUCT_BUILD_PROP_OVERRIDES += PRODUCT_NAME=htc_shooter BUILD_ID=IML74K BUILD_FINGERPRINT="sprint/htc_shooter/shooter:4.0.3/IML74K/130920.2:user/release-keys" PRIVATE_BUILD_DESC="2.08.651.2 CL130920 release-keys"
# Release name and versioning
PRODUCT_RELEASE_NAME := Shooter
-include vendor/cm/config/common_versions.mk