-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathdevice_Yaris_M_GSM.mk
43 lines (33 loc) · 1.33 KB
/
device_Yaris_M_GSM.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
$(call inherit-product, $(SRC_TARGET_DIR)/product/languages_full.mk)
# The gps config appropriate for this device
# $(call inherit-product, device/common/gps/gps_us_supl.mk)
# Time Zone data Credits to desalesouche => http://forum.xda-developers.com/showpost.php?p=64850444&postcount=1204
PRODUCT_COPY_FILES += \
bionic/libc/zoneinfo/tzdata:recovery/root/system/usr/share/zoneinfo/tzdata
$(call inherit-product-if-exists, vendor/TCT/Yaris_M_GSM/Yaris_M_GSM-vendor.mk)
#PRODUCT_CHARACTERISTICS := nosdcard
DEVICE_PACKAGE_OVERLAYS += device/TCT/Yaris_M_GSM/overlay
LOCAL_PATH := device/TCT/Yaris_M_GSM
ifeq ($(TARGET_PREBUILT_KERNEL),)
LOCAL_KERNEL := $(LOCAL_PATH)/kernel
else
LOCAL_KERNEL := $(TARGET_PREBUILT_KERNEL)
endif
$(call inherit-product, build/target/product/full.mk)
PRODUCT_PROPERTY_OVERRIDES := \
ro.mediatek.version.release=ALPS.W10.24.p0 \
ro.mediatek.platform=mt6572 \
ro.mediatek.chip_ver=S01 \
ro.mediatek.version.branch=KK1.MP1 \
ro.mediatek.version.sdk=2 \
ro.telephony.sim.count=2 \
ro.allow.mock.location=0 \
ro.debuggable=1 \
persist.sys.usb.config=mtp,adb \
ro.mount.fs=EXT4 \
persist.service.adb.enable=1 \
persist.service.debuggable=1 \
persist.mtk.wcn.combo.chipid=-1
PRODUCT_NAME := full_Yaris_M_GSM
PRODUCT_DEVICE := Yaris_M_GSM
$(call inherit-product, frameworks/native/build/phone-hdpi-512-dalvik-heap.mk)