aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJooyung Han <jooyung@google.com>2024-02-08 01:01:30 +0000
committerJooyung Han <jooyung@google.com>2024-02-29 14:48:22 +0900
commit59b2bd90b36c3c3e94a5324dff8f52f9a4f56786 (patch)
treecaa35965df89ef45f2073e4143db4ddb78c1f6d7
parentfc1afdafa1582f61bdf8c61c9d8facf71f12be1b (diff)
downloadcuttlefish-59b2bd90b36c3c3e94a5324dff8f52f9a4f56786.tar.gz
Do not install android.hardware.bluetooth.audio-impl
This is now an explicit dependency of android.hardware.audio.service-aidl.example (cc_binary). Do not install it separately on trunk_staging. Besides, since android.hardware.audio.service-aidl.example is now a part of com.android.hardware.audio apex, /vendor/lib32/android.hardware.bluetooth.audio-impl.so is not used by any processes. We can remove the following files from /vendor/lib: - android.hardware.audio.common-V3-ndk.so - android.hardware.audio.common@5.0.so - android.hardware.bluetooth.audio-V4-ndk.so - android.hardware.bluetooth.audio-impl.so - android.hardware.bluetooth.audio@2.0.so - android.hardware.bluetooth.audio@2.1.so - android.hidl.safe_union@1.0.so - android.media.audio.common.types-V3-ndk.so - libbluetooth_audio_session_aidl.so - libflatbuffers-cpp.so - libfmq.so - libxml2.so - server_configurable_flags.so Bug: 312265159 Test: atest VtsHalBluetoothAudioTargetTest Change-Id: I9eab27c08e3ceb3c4cd951172af3fc69d412f759
-rw-r--r--shared/bluetooth/device_vendor.mk6
1 files changed, 0 insertions, 6 deletions
diff --git a/shared/bluetooth/device_vendor.mk b/shared/bluetooth/device_vendor.mk
index 451f30063..60c090adb 100644
--- a/shared/bluetooth/device_vendor.mk
+++ b/shared/bluetooth/device_vendor.mk
@@ -32,12 +32,6 @@ PRODUCT_COPY_FILES += \
PRODUCT_PACKAGES += com.google.cf.bt
-#
-# Bluetooth Audio AIDL HAL
-#
-PRODUCT_PACKAGES += \
- android.hardware.bluetooth.audio-impl \
-
else # BOARD_HAVE_BLUETOOTH == true
PRODUCT_COPY_FILES += \