Skip to content
Snippets Groups Projects
Commit 68719d07 authored by David Duarte's avatar David Duarte
Browse files

Remove android.hardware.bluetooth.audio@2.1 from fluoride_basic_defaults

Test: mma
Bug: 279502784
Change-Id: I983ab4c188bc757ec6ac4994d2d77652a2d808f5
parent 02a06abb
No related branches found
No related tags found
No related merge requests found
...@@ -105,6 +105,7 @@ cc_library_shared { ...@@ -105,6 +105,7 @@ cc_library_shared {
shared_libs: [ shared_libs: [
"android.hardware.bluetooth.audio-V3-ndk", "android.hardware.bluetooth.audio-V3-ndk",
"android.hardware.bluetooth.audio@2.0", "android.hardware.bluetooth.audio@2.0",
"android.hardware.bluetooth.audio@2.1",
"android.hardware.bluetooth@1.0", "android.hardware.bluetooth@1.0",
"android.hardware.bluetooth@1.1", "android.hardware.bluetooth@1.1",
"android.system.suspend-V1-ndk", "android.system.suspend-V1-ndk",
......
...@@ -133,6 +133,9 @@ cc_library_static { ...@@ -133,6 +133,9 @@ cc_library_static {
"libbt-bta-core", "libbt-bta-core",
"libcom.android.sysprop.bluetooth", "libcom.android.sysprop.bluetooth",
], ],
shared_libs: [
"android.hardware.bluetooth.audio@2.1",
],
generated_headers: [ generated_headers: [
"LeAudioSetConfigSchemas_h", "LeAudioSetConfigSchemas_h",
], ],
......
...@@ -156,6 +156,9 @@ cc_library_static { ...@@ -156,6 +156,9 @@ cc_library_static {
"libbt-stack-core", "libbt-stack-core",
"libbtif-core", "libbtif-core",
], ],
shared_libs: [
"android.hardware.bluetooth.audio@2.1",
],
cflags: [ cflags: [
"-DBUILDCFG", "-DBUILDCFG",
], ],
......
...@@ -116,7 +116,6 @@ cc_defaults { ...@@ -116,7 +116,6 @@ cc_defaults {
"com.android.btservices", "com.android.btservices",
], ],
shared_libs: [ shared_libs: [
"android.hardware.bluetooth.audio@2.1",
"libbase", "libbase",
"libcrypto", "libcrypto",
], ],
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment