forked from BzArEx/android_device_samsung_ariesve
-
Notifications
You must be signed in to change notification settings - Fork 16
/
Copy pathcm.mk
25 lines (17 loc) · 799 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
# Specify phone tech before including full_phone
$(call inherit-product, vendor/cm/config/gsm.mk)
# Inherit some common CM stuff.
$(call inherit-product, vendor/cm/config/common_full_phone.mk)
# Inherit device configuration
$(call inherit-product, $(LOCAL_PATH)/full_ariesve.mk)
PRODUCT_RELEASE_NAME := ariesve
CM_BUILDTYPE := ivendor-release2.5
CM_NUMERICAL_VERSION := 2.5.0
$(call inherit-product, $(LOCAL_PATH)/ota-update-center.mk)
# Setup device configuration
PRODUCT_NAME := cm_ariesve
PRODUCT_DEVICE := ariesve
PRODUCT_BRAND := Samsung
PRODUCT_MANUFACTURER := Samsung
PRODUCT_MODEL := GT-I9001
PRODUCT_BUILD_PROP_OVERRIDES += BUILD_FINGERPRINT=samsung/GT-I9001/GT-I9001:2.3.6/GINGERBREAD/XXKQN:user/release-keys PRIVATE_BUILD_DESC="GT-I9001-user 2.3.6 GINGERBREAD XXKQN release-keys"