-
Notifications
You must be signed in to change notification settings - Fork 0
/
cm.mk
24 lines (16 loc) · 835 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)
## Release name
PRODUCT_RELEASE_NAME := Atrix
#use low quality videos
$(call inherit-product, frameworks/base/data/videos/VideoPackage1.mk)
## Inherit some common CM stuff.
$(call inherit-product, vendor/cm/config/common_full_phone.mk)
## Inherit device configuration
$(call inherit-product, device/motorola/olympus/olympus.mk)
PRODUCT_NAME := cm_olympus
## Device identifier. This must come after all inclusions
PRODUCT_DEVICE := olympus
PRODUCT_MANUFACTURER=motorola
## Device fingerprint
PRODUCT_BUILD_PROP_OVERRIDES += PRODUCT_BRAND=MOTO PRODUCT_NAME=olyatt BUILD_PRODUCT=olyatt BUILD_FINGERPRINT=MOTO/olyatt/olympus:2.3.4/4.5.91/110625:user/release-keys PRIVATE_BUILD_DESC="olympus-user 2.3.4 4.5.91 110625 release-keys"