From 13130b40addd2c25792ade9a74bb934c52747553 Mon Sep 17 00:00:00 2001 From: LuK1337 Date: Tue, 14 Dec 2021 11:42:44 +0100 Subject: msm8996-common: Build needed HIDL libs into vendor * Also remove unneeded radio 1.2 entry while at it Change-Id: I1db79176ac103cb7fc8db0fa4b4cfc699e38ad49 --- msm8996.mk | 14 ++++++++++++-- 1 file changed, 12 insertions(+), 2 deletions(-) diff --git a/msm8996.mk b/msm8996.mk index d020db8..6403240 100755 --- a/msm8996.mk +++ b/msm8996.mk @@ -136,6 +136,10 @@ PRODUCT_COPY_FILES += \ frameworks/av/services/audiopolicy/config/r_submix_audio_policy_configuration.xml:$(TARGET_COPY_OUT_VENDOR)/etc/r_submix_audio_policy_configuration.xml \ frameworks/av/services/audiopolicy/config/usb_audio_policy_configuration.xml:$(TARGET_COPY_OUT_VENDOR)/etc/usb_audio_policy_configuration.xml +# Bluetooth +PRODUCT_PACKAGES += \ + android.hardware.bluetooth@1.0.vendor + # Camera PRODUCT_PACKAGES += \ android.hardware.camera.provider@2.4-impl:32 \ @@ -228,6 +232,7 @@ PRODUCT_PACKAGES += \ PRODUCT_PACKAGES += \ android.hardware.gnss@1.0-impl-qti \ android.hardware.gnss@1.0-service-qti \ + android.hardware.gnss@1.1.vendor \ libcurl \ libgnss \ libgnsspps \ @@ -253,11 +258,13 @@ PRODUCT_PACKAGES += \ # HIDL PRODUCT_PACKAGES += \ + android.hidl.allocator@1.0.vendor \ android.hidl.base@1.0 \ android.hidl.base@1.0_system \ android.hidl.manager@1.0-java \ android.hidl.manager@1.0 \ android.hidl.manager@1.0_system \ + android.hidl.memory@1.0.vendor \ libhidltransport \ libhwbinder \ libhidltransport.vendor \ @@ -318,6 +325,7 @@ PRODUCT_COPY_FILES += \ # Net PRODUCT_PACKAGES += \ android.system.net.netd@1.0 \ + android.system.net.netd@1.1.vendor \ libandroid_net \ netutils-wrapper-1.0 @@ -353,7 +361,8 @@ PRODUCT_COPY_FILES += \ # QMI PRODUCT_PACKAGES += \ - libjson + libjson \ + libjson.vendor # RCS PRODUCT_PACKAGES += \ @@ -369,8 +378,9 @@ PRODUCT_PACKAGES += \ # RIL PRODUCT_PACKAGES += \ android.hardware.radio@1.4 \ - android.hardware.radio@1.2 \ + android.hardware.radio@1.4.vendor \ android.hardware.radio.config@1.0 \ + android.hardware.radio.config@1.0.vendor \ librmnetctl \ libxml2 -- cgit v1.2.3