system/vendor: telephony: Build QTI systemhelper AIDL interface
Change-Id: I87c7289077b61d595b0b09e6fd5ac49b454d563a Signed-off-by: redznn <wandersonrodriguesf1@gmail.com>
This commit is contained in:
parent
fb2ddc0297
commit
3acbd9d825
|
@ -22,7 +22,8 @@ PRODUCT_PACKAGES += \
|
|||
android.hardware.radio.config@1.3 \
|
||||
android.hardware.radio.deprecated@1.0 \
|
||||
android.system.net.netd@1.1 \
|
||||
libjson
|
||||
libjson \
|
||||
vendor.qti.hardware.systemhelperaidl-V1-ndk
|
||||
|
||||
# Properties
|
||||
PRODUCT_SYSTEM_EXT_PROPERTIES += \
|
||||
|
|
|
@ -43,7 +43,8 @@ PRODUCT_PACKAGES += \
|
|||
android.hardware.radio.deprecated@1.0.vendor \
|
||||
android.hardware.secure_element@1.2.vendor \
|
||||
android.hardware.wifi.hostapd@1.0.vendor \
|
||||
android.system.net.netd@1.1.vendor
|
||||
android.system.net.netd@1.1.vendor \
|
||||
vendor.qti.hardware.systemhelperaidl-V1-ndk.vendor
|
||||
|
||||
ifneq (,$(filter 3.18 4.4 4.9 4.14 4.19 5.4, $(TARGET_KERNEL_VERSION)))
|
||||
PRODUCT_VENDOR_PROPERTIES += \
|
||||
|
|
Loading…
Reference in New Issue