forked from iptux/android_device_xiaomi_mione_plus
-
Notifications
You must be signed in to change notification settings - Fork 13
/
Copy pathcm.mk
49 lines (39 loc) · 1.33 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
36
37
38
39
40
41
42
43
44
45
46
47
48
49
# Specify phone tech before including full_phone
$(call inherit-product, vendor/cm/config/gsm.mk)
# Release name
PRODUCT_RELEASE_NAME := mione_plus
TARGET_BOOTANIMATION_NAME := vertical-480x854
# Inherit some common CM stuff.
$(call inherit-product, vendor/cm/config/common.mk)
# old audio files
include frameworks/base/data/sounds/OldAudio.mk
# Default ringtone
PRODUCT_PROPERTY_OVERRIDES += \
ro.config.ringtone=Ring_Digital_02.ogg \
ro.config.notification_sound=F1_New_SMS.ogg \
ro.config.alarm_alert=Alarm_Beep_03.ogg
PRODUCT_PACKAGES += \
HoloSpiralWallpaper \
MagicSmokeWallpapers \
NoiseField \
Galaxy4 \
LiveWallpapers \
LiveWallpapersPicker \
VisualizationWallpapers \
PhaseBeam \
Firewall \
Mms
# Inherit device configuration
$(call inherit-product, device/xiaomi/mione_plus/device_mione_plus.mk)
# Setup device specific product configuration.
PRODUCT_DEVICE := mione_plus
PRODUCT_NAME := cm_mione_plus
PRODUCT_BRAND := Xiaomi
PRODUCT_MODEL := MI-ONE Plus
PRODUCT_MANUFACTURER := Xiaomi
PRODUCT_CHARACTERISTICS := phone
# Set build fingerprint / ID / Product Name etc.
PRODUCT_BUILD_PROP_OVERRIDES += \
PRODUCT_NAME=mione_plus \
BUILD_FINGERPRINT="Xiaomi/mione_plus/mione_plus:4.1.2/JZO54K/QDS84:userdebug/test-keys" \
PRIVATE_BUILD_DESC="mione_plus-userdebug 4.1.2 JZO54K QDS84 test-keys"