-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathdevice_X500.mk
36 lines (27 loc) · 908 Bytes
/
device_X500.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
$(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)
DEVICE_PACKAGE_OVERLAYS += device/Letv/X500/overlay
LOCAL_PATH := device/Letv/X500
DEVICE_PACKAGE_OVERLAYS += $(LOCAL_PATH)/overlay
ifeq ($(TARGET_PREBUILT_KERNEL),)
LOCAL_KERNEL := $(LOCAL_PATH)/prebuilt/kernel
else
LOCAL_KERNEL := $(TARGET_PREBUILT_KERNEL)
endif
# AAPT
PRODUCT_AAPT_CONFIG := normal xxhdpi
PRODUCT_AAPT_PREF_CONFIG := xxhdpi
PRODUCT_COPY_FILES += \
$(LOCAL_KERNEL):kernel
PRODUCT_DEFAULT_PROPERTY_OVERRIDES += \
ro.adb.secure=0 \
ro.secure=0 \
ro.allow.mock.location=1 \
ro.debuggable=1 \
ro.zygote=zygote64_32 \
camera.disable_zsl_mode=1 \
ro.mount.fs=EXT4 \
persist.service.acm.enable=0 \
persist.sys.usb.config=mtp
PRODUCT_BUILD_PROP_OVERRIDES += BUILD_UTC_DATE=8