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
|
2011-06-10 18:19:03 +00:00
|
|
|
PRODUCT_LOCALES := en_US es_US de_DE zh_CN
|
|
|
|
PRODUCT_LOCALES += hdpi mdpi
|
2011-07-29 21:38:41 +00:00
|
|
|
|
|
|
|
PRODUCT_PROPERTY_OVERRIDES += \
|
2013-10-03 01:20:25 +00:00
|
|
|
ro.vendor.extension_library=/vendor/lib/libqc-opt.so \
|
|
|
|
persist.radio.apm_sim_not_pwdn=1
|
2011-07-29 21:38:41 +00:00
|
|
|
|
2011-08-02 18:27:31 +00:00
|
|
|
PRODUCT_PRIVATE_KEY := device/qcom/common/qcom.key
|
2011-11-15 03:20:46 +00:00
|
|
|
|
2012-06-21 04:47:15 +00:00
|
|
|
$(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)
|