blob: 4d51acf144cfe4a2d5f651c00da0ef4c2a6e0452 [file] [log] [blame]
Maunik Shah7f6ee992014-11-12 19:42:04 +05301$(call inherit-product, device/qcom/common/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.mk)
7$(call inherit-product, $(SRC_TARGET_DIR)/product/aosp_arm64.mk)
8
9PRODUCT_BRAND := qcom
10PRODUCT_AAPT_CONFIG += hdpi mdpi
11
12ifndef PRODUCT_MANUFACTURER
13PRODUCT_MANUFACTURER := QUALCOMM
14endif
15
16PRODUCT_PROPERTY_OVERRIDES += \
17 ro.vendor.extension_library=libqti-perfd-client.so \
DilipKumar Sreeramaiahe6d18a62015-11-26 20:40:22 +053018 persist.radio.apm_sim_not_pwdn=1 \
19 ro.frp.pst=/dev/block/bootdevice/by-name/config
Maunik Shah7f6ee992014-11-12 19:42:04 +053020
21PRODUCT_PRIVATE_KEY := device/qcom/common/qcom.key
22
23$(call inherit-product, frameworks/native/build/phone-xhdpi-1024-dalvik-heap.mk)
24#$(call inherit-product, frameworks/base/data/fonts/fonts.mk)
25#$(call inherit-product, frameworks/base/data/keyboards/keyboards.mk)