2014-06-19 20:20:55 +00:00
|
|
|
$(call inherit-product, device/qcom/common/base.mk)
|
|
|
|
|
2011-12-05 07:42:11 +00:00
|
|
|
# For PRODUCT_COPY_FILES, the first instance takes precedence.
|
|
|
|
# Since we want use QC specific files, we should inherit
|
|
|
|
# device-vendor.mk first to make sure QC specific files gets installed.
|
2013-05-07 16:58:20 +00:00
|
|
|
$(call inherit-product-if-exists, $(QCPATH)/common/config/device-vendor.mk)
|
2011-12-05 07:42:11 +00:00
|
|
|
$(call inherit-product, $(SRC_TARGET_DIR)/product/full_base_telephony.mk)
|
2011-01-05 12:46:06 +00:00
|
|
|
|
|
|
|
PRODUCT_BRAND := qcom
|
2014-11-12 14:12:04 +00:00
|
|
|
PRODUCT_AAPT_CONFIG += hdpi mdpi
|
2011-07-29 21:38:41 +00:00
|
|
|
|
2014-08-25 21:17:32 +00:00
|
|
|
PRODUCT_MANUFACTURER := QUALCOMM
|
|
|
|
|
2011-07-29 21:38:41 +00:00
|
|
|
PRODUCT_PROPERTY_OVERRIDES += \
|
2014-08-15 23:09:36 +00:00
|
|
|
ro.vendor.extension_library=libqti-perfd-client.so \
|
2015-04-01 00:07:20 +00:00
|
|
|
persist.radio.apm_sim_not_pwdn=1 \
|
2017-06-19 05:51:17 +00:00
|
|
|
persist.vendor.radio.custom_ecc=1 \
|
|
|
|
persist.vendor.radio.sib16_support=1 \
|
2017-08-02 06:44:58 +00:00
|
|
|
persist.vendor.radio.rat_on=combine \
|
2017-08-02 01:53:36 +00:00
|
|
|
sys.vendor.shutdown.waittime=500 \
|
|
|
|
ro.build.shutdown_timeout=0
|
2017-04-01 18:15:23 +00:00
|
|
|
|
2016-08-05 18:27:37 +00:00
|
|
|
ifneq ($(BOARD_FRP_PARTITION_NAME),)
|
|
|
|
PRODUCT_PROPERTY_OVERRIDES += ro.frp.pst=/dev/block/bootdevice/by-name/$(BOARD_FRP_PARTITION_NAME)
|
|
|
|
else
|
|
|
|
PRODUCT_PROPERTY_OVERRIDES += ro.frp.pst=/dev/block/bootdevice/by-name/config
|
|
|
|
endif
|
2011-07-29 21:38:41 +00:00
|
|
|
|
2017-04-10 10:11:38 +00:00
|
|
|
# whitelisted app
|
|
|
|
PRODUCT_COPY_FILES += \
|
|
|
|
device/qcom/common/qti_whitelist.xml:system/etc/sysconfig/qti_whitelist.xml
|
|
|
|
|
2011-08-02 18:27:31 +00:00
|
|
|
PRODUCT_PRIVATE_KEY := device/qcom/common/qcom.key
|
2015-06-13 00:20:33 +00:00
|
|
|
PRODUCT_PACKAGES += qcril.db
|
2011-11-15 03:20:46 +00:00
|
|
|
|
2017-10-27 13:51:16 +00:00
|
|
|
ifneq ($(TARGET_DEFINES_DALVIK_HEAP), true)
|
2012-06-21 04:47:15 +00:00
|
|
|
$(call inherit-product, frameworks/native/build/phone-xhdpi-1024-dalvik-heap.mk)
|
2017-10-27 13:51:16 +00:00
|
|
|
endif
|
2012-06-21 04:47:15 +00:00
|
|
|
#$(call inherit-product, frameworks/base/data/fonts/fonts.mk)
|
|
|
|
#$(call inherit-product, frameworks/base/data/keyboards/keyboards.mk)
|