forked from fi01/android_device_sharp_sh01f
-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathcm.mk
More file actions
22 lines (17 loc) · 710 Bytes
/
cm.mk
File metadata and controls
22 lines (17 loc) · 710 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
## Specify phone tech before including full_phone
#$(call inherit-product, vendor/cm/config/gsm.mk)
# Release name
PRODUCT_RELEASE_NAME := SH-01F
# Inherit some common CM stuff.
$(call inherit-product, vendor/cm/config/common_full_phone.mk)
# Inherit device configuration
$(call inherit-product, device/sharp/sh01f/device_sh01f.mk)
## Device identifier. This must come after all inclusions
PRODUCT_DEVICE := sh01f
PRODUCT_NAME := cm_sh01f
PRODUCT_BRAND := DOCOMO
PRODUCT_MODEL := SH-01F
PRODUCT_MANUFACTURER := SHARP
PRODUCT_BUILD_PROP_OVERRIDES += \
BUILD_FINGERPRINT=DOCOMO/SH-01F/SH-01F:4.4.2/SA090/02.00.01:user/release-keys \
PRIVATE_BUILD_DESC="SH-01F-user 4.4.2 SA090 02.00.01 release-key"