padarshr | 1ebabf0 | 2018-12-14 19:20:10 +0530 | [diff] [blame] | 1 | $(call inherit-product, device/qcom/qssi/base.mk) |
| 2 | |
| 3 | # For PRODUCT_COPY_FILES, the first instance takes precedence. |
| 4 | # Since we want use QC specific files, we should inherit |
| 5 | # device-vendor.mk first to make sure QC specific files gets installed. |
| 6 | $(call inherit-product-if-exists, $(QCPATH)/common/config/device-vendor-qssi.mk) |
| 7 | $(call inherit-product, $(SRC_TARGET_DIR)/product/core_64_bit.mk) |
| 8 | $(call inherit-product, $(SRC_TARGET_DIR)/product/aosp_base_telephony.mk) |
| 9 | |
| 10 | PRODUCT_BRAND := qcom |
| 11 | PRODUCT_AAPT_CONFIG += hdpi mdpi |
| 12 | |
| 13 | PRODUCT_MANUFACTURER := QUALCOMM |
| 14 | |
| 15 | PRODUCT_PROPERTY_OVERRIDES += \ |
| 16 | ro.vendor.extension_library=libqti-perfd-client.so \ |
| 17 | persist.vendor.radio.apm_sim_not_pwdn=1 \ |
| 18 | persist.vendor.radio.sib16_support=1 \ |
| 19 | persist.vendor.radio.custom_ecc=1 \ |
| 20 | persist.vendor.radio.rat_on=combine \ |
| 21 | persist.backup.ntpServer=0.pool.ntp.org \ |
| 22 | sys.vendor.shutdown.waittime=500 |
| 23 | |
| 24 | ifneq ($(BOARD_FRP_PARTITION_NAME),) |
| 25 | PRODUCT_PROPERTY_OVERRIDES += ro.frp.pst=/dev/block/bootdevice/by-name/$(BOARD_FRP_PARTITION_NAME) |
| 26 | else |
| 27 | PRODUCT_PROPERTY_OVERRIDES += ro.frp.pst=/dev/block/bootdevice/by-name/config |
| 28 | endif |
| 29 | |
| 30 | # whitelisted app |
| 31 | PRODUCT_COPY_FILES += \ |
| 32 | device/qcom/common/qti_whitelist.xml:system/etc/sysconfig/qti_whitelist.xml |
| 33 | |
| 34 | PRODUCT_COPY_FILES += \ |
| 35 | device/qcom/common/privapp-permissions-qti.xml:system/etc/permissions/privapp-permissions-qti.xml |
| 36 | |
| 37 | PRODUCT_PRIVATE_KEY := device/qcom/common/qcom.key |
| 38 | |
| 39 | ifneq ($(TARGET_DEFINES_DALVIK_HEAP), true) |
| 40 | ifneq ($(TARGET_HAS_LOW_RAM), true) |
| 41 | $(call inherit-product, frameworks/native/build/phone-xhdpi-1024-dalvik-heap.mk) |
| 42 | endif |
| 43 | endif |
| 44 | |
| 45 | #$(call inherit-product, frameworks/base/data/fonts/fonts.mk) |
| 46 | #$(call inherit-product, frameworks/base/data/keyboards/keyboards.mk) |