forked from PicoKat/android_device_htc_pico
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcm.mk
27 lines (21 loc) · 830 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
#TODO: fix this up, later.
# Boot animation
TARGET_SCREEN_HEIGHT := 320
TARGET_SCREEN_WIDTH := 480
# Include GSM stuff
$(call inherit-product, vendor/cm/config/gsm.mk)
DEVICE_PACKAGE_OVERLAYS += device/htc/pico/overlay
# Inherit some common cyanogenmod stuff.
$(call inherit-product, vendor/cm/config/common_mini_phone.mk)
$(call inherit-product, device/common/gps/gps_eu_supl.mk)
# Inherit device configuration
$(call inherit-product, device/htc/pico/pico.mk)
PRODUCT_RELEASE_NAME := Explorer
# Product name
PRODUCT_NAME := cm_pico
PRODUCT_BRAND := HTC
PRODUCT_DEVICE := pico
PRODUCT_MODEL := Explorer A310e
PRODUCT_MANUFACTURER := HTC
PRODUCT_BUILD_PROP_OVERRIDES += PRODUCT_NAME=pico BUILD_FINGERPRINT=htc_europe/htc_pico/pico:2.3.5/GRJ90/207463.1:user/release-keys
PRIVATE_BUILD_DESC="1.28.401.1 CL207463 release-keys"