-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcm.mk
executable file
·35 lines (29 loc) · 1.07 KB
/
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
30
31
32
33
34
35
# Inherit AOSP device configuration for salsa.
$(call inherit-product, device/acer/salsa/device_salsa.mk)
# Inherit some common cyanogenmod stuff.
$(call inherit-product, vendor/cm/config/common_full_phone.mk)
# Include GSM stuff
$(call inherit-product, vendor/cm/config/gsm.mk)
#
# Setup device specific product configuration.
#
PRODUCT_BRAND := acer
PRODUCT_NAME := cm_salsa
PRODUCT_DEVICE := salsa
PRODUCT_MODEL := A1
PRODUCT_MANUFACTURER := Acer
PRODUCT_BUILD_PROP_OVERRIDES += PRODUCT_NAME=liquid \
BUILD_FINGERPRINT=google/yakju/maguro:4.0.4/IMM76D/299849:user/release-keys \
PRIVATE_BUILD_DESC="yakju-user 4.0.4 IMM76D 299849 release-keys"
# Release name and versioning
PRODUCT_RELEASE_NAME := A1
PRODUCT_VERSION_DEVICE_SPECIFIC := -Liquid-WAG-Team
# Goo.im configuration
GOO_VERSION := $(shell date +%Y%m%d)
PRODUCT_PROPERTY_OVERRIDES += \
ro.goo.developerid=thepasto \
ro.goo.rom=CM9-Liquid-WAG-Team \
ro.goo.version=$(GOO_VERSION)
# Get eng stuff on our userdebug builds
ADDITIONAL_DEFAULT_PROPERTIES += ro.secure=0
ADDITIONAL_DEFAULT_PROPERTIES += ro.allow.mock.location=1