Loading android/app/Android.bp +4 −0 Original line number Diff line number Diff line Loading @@ -72,6 +72,10 @@ cc_library_shared { "libc++fs", "libbluetooth_core_rs_bridge", ], shared_libs: [ "android.hardware.bluetooth@1.0", "android.hardware.bluetooth@1.1", ], sanitize: { scs: true, }, Loading system/build/Android.bp +0 −8 Original line number Diff line number Diff line Loading @@ -220,8 +220,6 @@ cc_defaults { "android.hardware.bluetooth.audio@2.0", "android.hardware.bluetooth.audio@2.1", "android.hardware.bluetooth.audio-V3-ndk", "android.hardware.bluetooth@1.0", "android.hardware.bluetooth@1.1", "android.system.suspend-V1-ndk", "libaaudio", "libbinder_ndk", Loading @@ -240,8 +238,6 @@ cc_defaults { shared_libs: [ "android.hardware.bluetooth.audio@2.0", "android.hardware.bluetooth.audio@2.1", "android.hardware.bluetooth@1.0", "android.hardware.bluetooth@1.1", "libbinder_ndk", "libcutils", "libhidlbase", Loading Loading @@ -301,8 +297,6 @@ cc_defaults { }, host_linux: { shared_libs: [ "android.hardware.bluetooth@1.0", "android.hardware.bluetooth@1.1", "libcutils", "libhidlbase", "libstatslog_bt", Loading @@ -311,8 +305,6 @@ cc_defaults { }, android: { shared_libs: [ "android.hardware.bluetooth@1.0", "android.hardware.bluetooth@1.1", "libcutils", "libhidlbase", "libstatssocket", Loading system/main/Android.bp +4 −0 Original line number Diff line number Diff line Loading @@ -91,6 +91,10 @@ cc_library { whole_static_libs: [ "libbluetooth_core_rs", ], shared_libs: [ "android.hardware.bluetooth@1.0", "android.hardware.bluetooth@1.1", ], // Shared library link options. // References to global symbols and functions should bind to the library // itself. This is to avoid issues with some of the unit/system tests Loading system/test/suite/Android.bp +4 −0 Original line number Diff line number Diff line Loading @@ -122,4 +122,8 @@ cc_test { "gatt/gatt_test.cc", "gatt/gatt_unittest.cc", ], static_libs: [ "android.hardware.bluetooth@1.0", "android.hardware.bluetooth@1.1", ], } Loading
android/app/Android.bp +4 −0 Original line number Diff line number Diff line Loading @@ -72,6 +72,10 @@ cc_library_shared { "libc++fs", "libbluetooth_core_rs_bridge", ], shared_libs: [ "android.hardware.bluetooth@1.0", "android.hardware.bluetooth@1.1", ], sanitize: { scs: true, }, Loading
system/build/Android.bp +0 −8 Original line number Diff line number Diff line Loading @@ -220,8 +220,6 @@ cc_defaults { "android.hardware.bluetooth.audio@2.0", "android.hardware.bluetooth.audio@2.1", "android.hardware.bluetooth.audio-V3-ndk", "android.hardware.bluetooth@1.0", "android.hardware.bluetooth@1.1", "android.system.suspend-V1-ndk", "libaaudio", "libbinder_ndk", Loading @@ -240,8 +238,6 @@ cc_defaults { shared_libs: [ "android.hardware.bluetooth.audio@2.0", "android.hardware.bluetooth.audio@2.1", "android.hardware.bluetooth@1.0", "android.hardware.bluetooth@1.1", "libbinder_ndk", "libcutils", "libhidlbase", Loading Loading @@ -301,8 +297,6 @@ cc_defaults { }, host_linux: { shared_libs: [ "android.hardware.bluetooth@1.0", "android.hardware.bluetooth@1.1", "libcutils", "libhidlbase", "libstatslog_bt", Loading @@ -311,8 +305,6 @@ cc_defaults { }, android: { shared_libs: [ "android.hardware.bluetooth@1.0", "android.hardware.bluetooth@1.1", "libcutils", "libhidlbase", "libstatssocket", Loading
system/main/Android.bp +4 −0 Original line number Diff line number Diff line Loading @@ -91,6 +91,10 @@ cc_library { whole_static_libs: [ "libbluetooth_core_rs", ], shared_libs: [ "android.hardware.bluetooth@1.0", "android.hardware.bluetooth@1.1", ], // Shared library link options. // References to global symbols and functions should bind to the library // itself. This is to avoid issues with some of the unit/system tests Loading
system/test/suite/Android.bp +4 −0 Original line number Diff line number Diff line Loading @@ -122,4 +122,8 @@ cc_test { "gatt/gatt_test.cc", "gatt/gatt_unittest.cc", ], static_libs: [ "android.hardware.bluetooth@1.0", "android.hardware.bluetooth@1.1", ], }