aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2022-05-12 17:58:54 +0000
committerAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2022-05-12 17:58:54 +0000
commit8a9df7d2ad3527608a6971739ea1984dc0903be5 (patch)
treebd4a8d67e777be879ca574eec0b8080a463b66d9
parent5b61a0a1f4521d2bb8ae3ff254dacd4b31bebcfe (diff)
parented1bde3c91b8b4585e4013986352f1968990ab66 (diff)
downloadcuttlefish-8a9df7d2ad3527608a6971739ea1984dc0903be5.tar.gz
Snap for 8580258 from ed1bde3c91b8b4585e4013986352f1968990ab66 to tm-frc-odp-release
Change-Id: I1d43d6c8ab0959dac5d1896f5855d196d5d4da58
-rw-r--r--shared/device.mk6
-rw-r--r--tests/hal/hal_implementation_test.cpp3
2 files changed, 6 insertions, 3 deletions
diff --git a/shared/device.mk b/shared/device.mk
index 94446b19d..04dedbd57 100644
--- a/shared/device.mk
+++ b/shared/device.mk
@@ -455,6 +455,12 @@ PRODUCT_PACKAGES += com.google.cf.bt android.hardware.bluetooth.audio@2.1-impl
endif
#
+# Bluetooth Audio AIDL HAL
+#
+PRODUCT_PACKAGES += \
+ android.hardware.bluetooth.audio-impl \
+
+#
# Audio HAL
#
ifndef LOCAL_AUDIO_PRODUCT_PACKAGE
diff --git a/tests/hal/hal_implementation_test.cpp b/tests/hal/hal_implementation_test.cpp
index d9fe9719b..3a2a90db0 100644
--- a/tests/hal/hal_implementation_test.cpp
+++ b/tests/hal/hal_implementation_test.cpp
@@ -195,9 +195,6 @@ static const std::set<VersionedAidlPackage> kKnownMissingAidl = {
// types-only packages, which never expect a default implementation
{"android.hardware.uwb.fira_android.", 1},
-
- // These versions need to be implemented (b/203490261)
- {"android.hardware.bluetooth.audio.", 1},
};
static const std::set<VersionedAidlPackage> kComingSoonAidl = {