22 lines
876 B
Makefile
22 lines
876 B
Makefile
$(call inherit-product, device/qcom/common/base.mk)
|
|
|
|
# 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.
|
|
$(call inherit-product-if-exists, $(QCPATH)/common/config/device-vendor.mk)
|
|
$(call inherit-product, $(SRC_TARGET_DIR)/product/aosp_arm64.mk)
|
|
|
|
PRODUCT_BRAND := qcom
|
|
PRODUCT_LOCALES := en_US es_US de_DE zh_CN
|
|
PRODUCT_LOCALES += hdpi mdpi
|
|
|
|
PRODUCT_PROPERTY_OVERRIDES += \
|
|
ro.vendor.extension_library=/vendor/lib/libqc-opt.so \
|
|
persist.radio.apm_sim_not_pwdn=1
|
|
|
|
PRODUCT_PRIVATE_KEY := device/qcom/common/qcom.key
|
|
|
|
$(call inherit-product, frameworks/native/build/phone-xhdpi-1024-dalvik-heap.mk)
|
|
#$(call inherit-product, frameworks/base/data/fonts/fonts.mk)
|
|
#$(call inherit-product, frameworks/base/data/keyboards/keyboards.mk)
|