-
Notifications
You must be signed in to change notification settings - Fork 24
/
cm.mk
24 lines (18 loc) · 825 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
# Release name
PRODUCT_RELEASE_NAME := Spica
# Boot animation
TARGET_BOOTANIMATION_NAME := vertical-320x480
# Replace some common CM stuff.
$(call inherit-product, device/samsung/spica/spica_phone.mk)
# Inherit some common CM stuff.
$(call inherit-product, vendor/cm/config/gsm.mk)
# Inherit device configuration
$(call inherit-product, device/samsung/spica/full_spica.mk)
## Device identifier. This must come after all inclusions
PRODUCT_DEVICE := spica
PRODUCT_NAME := cm_spica
PRODUCT_BRAND := Samsung
PRODUCT_MODEL := Galaxy Spica
PRODUCT_MANUFACTURER := Samsung
#Set build fingerprint / ID / Product Name ect.
#PRODUCT_BUILD_PROP_OVERRIDES += PRODUCT_NAME=cm_spica BUILD_FINGERPRINT="Samsung/cm_spica/spica:4.0.2/ICL53F/235179:user/release-keys" PRIVATE_BUILD_DESC="cm_spica-user 4.0.2 ICL53F 235179 release-keys"