common: Switch from core to full_base_telephony baseline config
ICS splits full_base configuration to full_base_telephony and full_base_notelephony baseline configurations. Upgrading default msm configuration to include more than just basic components from core.mk to full_base_telephony configuration. Change-Id: I6c5e8d25405336724b2b8ca2a66e8ac1da821a74
This commit is contained in:
parent
66b4df7de5
commit
4a5bbe0397
|
@ -413,7 +413,7 @@ include build/core/utils.mk
|
|||
#Enabling Ring Tones
|
||||
include frameworks/base/data/sounds/OriginalAudio.mk
|
||||
|
||||
$(call inherit-product, $(SRC_TARGET_DIR)/product/core.mk)
|
||||
$(call inherit-product, $(SRC_TARGET_DIR)/product/full_base_telephony.mk)
|
||||
$(call inherit-product-if-exists, vendor/qcom/proprietary/common/config/device-vendor.mk)
|
||||
|
||||
PRODUCT_BRAND := qcom
|
||||
|
|
Loading…
Reference in New Issue