common: telephony: Pick up new data services split makefile.
Change-Id: I5e4a81f795dfcd705425a280b959528281336126
This commit is contained in:
parent
2941db92ef
commit
fe41c47495
|
@ -14,6 +14,9 @@
|
|||
|
||||
DEVICE_FRAMEWORK_MANIFEST_FILE += device/qcom/common/telephony/framework_manifest.xml
|
||||
|
||||
# Data Services
|
||||
$(call inherit-product, vendor/qcom/opensource/dataservices/dataservices_vendor_product.mk)
|
||||
|
||||
# IPACM
|
||||
$(call inherit-product, vendor/qcom/opensource/data-ipa-cfg-mgr/ipacm_vendor_product.mk)
|
||||
|
||||
|
@ -25,8 +28,7 @@ PRODUCT_PACKAGES += \
|
|||
android.hardware.radio@1.5 \
|
||||
android.hardware.radio.config@1.2 \
|
||||
android.hardware.radio.deprecated@1.0 \
|
||||
libjson \
|
||||
librmnetctl
|
||||
libjson
|
||||
|
||||
PRODUCT_SYSTEM_EXT_PROPERTIES += \
|
||||
persist.vendor.dpm.feature=11
|
||||
|
|
Loading…
Reference in New Issue