vendor: build required QTI telephony packages
Change-Id: Id8aa434c632f930d3f32726c7b95057a6fa83fce
This commit is contained in:
parent
fac10b5cd1
commit
522952a243
|
@ -18,3 +18,25 @@ PRODUCT_PRODUCT_PROPERTIES += \
|
|||
# (for devices that check this)
|
||||
PRODUCT_SYSTEM_DEFAULT_PROPERTIES += \
|
||||
net.tethering.noprovisioning=true
|
||||
|
||||
# IMS
|
||||
PRODUCT_PACKAGES += \
|
||||
ims-ext-common \
|
||||
ims_ext_common.xml
|
||||
|
||||
# HIDL Wrapper
|
||||
PRODUCT_PACKAGES += \
|
||||
qti-telephony-hidl-wrapper \
|
||||
qti_telephony_hidl_wrapper.xml
|
||||
|
||||
# QTI Telephony Utils
|
||||
PRODUCT_PACKAGES += \
|
||||
qti-telephony-utils \
|
||||
qti_telephony_utils.xml
|
||||
|
||||
# QTI VNDK Framework Detect
|
||||
PRODUCT_PACKAGES += \
|
||||
libvndfwk_detect_jni.qti \
|
||||
libqti_vndfwk_detect \
|
||||
libvndfwk_detect_jni.qti.vendor \
|
||||
libqti_vndfwk_detect.vendor
|
||||
|
|
Loading…
Reference in New Issue