build: Inherit full_base_telephony.mk after device-vendor.mk
For PRODUCT_COPY_FILES, the first instance takes precedence. Since we want use QC specific files, inheriting full_base_telephony.mk after device-vendor.mk. Change-Id: Idb0a551c506a6acc70ed5a40d511b2ea60b753ce
This commit is contained in:
parent
c433cecfd5
commit
70be69cb59
|
@ -431,8 +431,11 @@ include build/core/utils.mk
|
|||
#Enabling Ring Tones
|
||||
include frameworks/base/data/sounds/OriginalAudio.mk
|
||||
|
||||
$(call inherit-product, $(SRC_TARGET_DIR)/product/full_base_telephony.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, vendor/qcom/proprietary/common/config/device-vendor.mk)
|
||||
$(call inherit-product, $(SRC_TARGET_DIR)/product/full_base_telephony.mk)
|
||||
|
||||
PRODUCT_BRAND := qcom
|
||||
PRODUCT_LOCALES := en_US es_US de_DE zh_CN
|
||||
|
|
Loading…
Reference in New Issue