forked from htc-msm8660/android_device_htc_shooteru
-
Notifications
You must be signed in to change notification settings - Fork 3
/
cm.mk
30 lines (22 loc) · 831 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
28
29
# Camera
PRODUCT_PACKAGES := \
Camera
# Inherit some common CM stuff.
$(call inherit-product, vendor/cm/config/common_full_phone.mk)
# Inherit some common CM stuff.
$(call inherit-product, vendor/cm/config/gsm.mk)
# Inherit device configuration
$(call inherit-product, device/htc/shooteru/shooteru.mk)
PRODUCT_BUILD_PROP_OVERRIDES += PRODUCT_NAME=htc_shooteru BUILD_FINGERPRINT="htc_europe/htc_shooteru/shooteru:4.0.3/IML74K/351412.1:user/release-keys" PRIVATE_BUILD_DESC="3.08.401.1 CL351412 release-keys"
# Device naming
PRODUCT_DEVICE := shooteru
PRODUCT_NAME := cm_shooteru
PRODUCT_BRAND := HTC
PRODUCT_MANUFACTURER := HTC
PRODUCT_MODEL := Evo 3D GSM
# Bootanimation
TARGET_SCREEN_HEIGHT := 960
TARGET_SCREEN_WIDTH := 540
# Release name
PRODUCT_RELEASE_NAME := shooteru
-include vendor/cm/config/common_versions.mk