aboutsummaryrefslogtreecommitdiff
path: root/audio_bluetooth_hw/Android.bp
diff options
context:
space:
mode:
Diffstat (limited to 'audio_bluetooth_hw/Android.bp')
-rw-r--r--audio_bluetooth_hw/Android.bp10
1 files changed, 0 insertions, 10 deletions
diff --git a/audio_bluetooth_hw/Android.bp b/audio_bluetooth_hw/Android.bp
index e52f1dbca..de1effdb3 100644
--- a/audio_bluetooth_hw/Android.bp
+++ b/audio_bluetooth_hw/Android.bp
@@ -1,14 +1,5 @@
// The format of the name is audio.<type>.<hardware/etc>.so
-package {
- // See: http://go/android-license-faq
- // A large-scale-change added 'default_applicable_licenses' to import
- // all of the 'license_kinds' from "system_bt_license"
- // to get the below license kinds:
- // SPDX-license-identifier-Apache-2.0
- default_applicable_licenses: ["system_bt_license"],
-}
-
cc_library_shared {
name: "audio.bluetooth.default",
relative_install_path: "hw",
@@ -22,7 +13,6 @@ cc_library_shared {
header_libs: ["libhardware_headers"],
shared_libs: [
"android.hardware.bluetooth.audio@2.0",
- "android.hardware.bluetooth.audio@2.1",
"libaudioutils",
"libbase",
"libbluetooth_audio_session",