aboutsummaryrefslogtreecommitdiff
path: root/audio_a2dp_hw/Android.bp
diff options
context:
space:
mode:
Diffstat (limited to 'audio_a2dp_hw/Android.bp')
-rw-r--r--audio_a2dp_hw/Android.bp10
1 files changed, 0 insertions, 10 deletions
diff --git a/audio_a2dp_hw/Android.bp b/audio_a2dp_hw/Android.bp
index 708e1a609..fac3655b4 100644
--- a/audio_a2dp_hw/Android.bp
+++ b/audio_a2dp_hw/Android.bp
@@ -1,12 +1,3 @@
-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_defaults {
name: "audio_a2dp_hw_defaults",
defaults: ["fluoride_defaults"],
@@ -40,7 +31,6 @@ cc_library_static {
srcs: [
"src/audio_a2dp_hw_utils.cc",
],
- host_supported: true,
}
// Audio A2DP library unit tests for target and host