blob: 4352855ae8089807e09ce4c82b97e4bcdaae7efd [file] [log] [blame]
padarshr1ebabf02018-12-14 19:20:10 +05301$(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
10PRODUCT_BRAND := qcom
11PRODUCT_AAPT_CONFIG += hdpi mdpi
12
13PRODUCT_MANUFACTURER := QUALCOMM
14
15PRODUCT_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
24ifneq ($(BOARD_FRP_PARTITION_NAME),)
25 PRODUCT_PROPERTY_OVERRIDES += ro.frp.pst=/dev/block/bootdevice/by-name/$(BOARD_FRP_PARTITION_NAME)
26else
27 PRODUCT_PROPERTY_OVERRIDES += ro.frp.pst=/dev/block/bootdevice/by-name/config
28endif
29
30# whitelisted app
31PRODUCT_COPY_FILES += \
32 device/qcom/common/qti_whitelist.xml:system/etc/sysconfig/qti_whitelist.xml
33
34PRODUCT_COPY_FILES += \
35 device/qcom/common/privapp-permissions-qti.xml:system/etc/permissions/privapp-permissions-qti.xml
36
37PRODUCT_PRIVATE_KEY := device/qcom/common/qcom.key
38
39ifneq ($(TARGET_DEFINES_DALVIK_HEAP), true)
40ifneq ($(TARGET_HAS_LOW_RAM), true)
41$(call inherit-product, frameworks/native/build/phone-xhdpi-1024-dalvik-heap.mk)
42endif
43endif
44
45#$(call inherit-product, frameworks/base/data/fonts/fonts.mk)
46#$(call inherit-product, frameworks/base/data/keyboards/keyboards.mk)