Loading system/audio_hal_interface/Android.bp +21 −7 Original line number Diff line number Diff line Loading @@ -88,7 +88,9 @@ cc_test { name: "bluetooth-test-audio-hal-interface", defaults: [ "fluoride_defaults", "latest_android_hardware_bluetooth_audio_ndk_shared", "latest_android_hardware_audio_common_ndk_static", "latest_android_hardware_bluetooth_audio_ndk_static", "latest_android_media_audio_common_types_ndk_static", ], include_dirs: [ "packages/modules/Bluetooth/system", Loading @@ -99,8 +101,6 @@ cc_test { "hidl/client_interface_hidl_unittest.cc", ], shared_libs: [ "android.hardware.bluetooth.audio@2.0", "android.hardware.bluetooth.audio@2.1", "libbase", "libbinder_ndk", "libcutils", Loading @@ -110,6 +110,11 @@ cc_test { "libutils", ], static_libs: [ "android.hardware.audio.common@5.0", "android.hardware.bluetooth.audio@2.0", "android.hardware.bluetooth.audio@2.1", "android.hardware.common-V2-ndk", "android.hardware.common.fmq-V1-ndk", "libbluetooth_log", "libbt-audio-hal-interface", "libbt-common", Loading @@ -128,7 +133,9 @@ cc_test { test_suites: ["general-tests"], defaults: [ "fluoride_defaults", "latest_android_hardware_bluetooth_audio_ndk_shared", "latest_android_hardware_audio_common_ndk_static", "latest_android_hardware_bluetooth_audio_ndk_static", "latest_android_media_audio_common_types_ndk_static", "mts_defaults", ], cflags: [ Loading Loading @@ -174,21 +181,28 @@ cc_test { "aidl/a2dp_provider_info_unittest.cc", ], shared_libs: [ "libbase", "libbase", "libbinder_ndk", "libcutils", "libfmq", "libhidlbase", "liblog", "libutils", "server_configurable_flags", ], static_libs: [ "android.hardware.bluetooth.audio@2.0", "android.hardware.bluetooth.audio@2.1", "android.hardware.bluetooth@1.0", "android.hardware.bluetooth@1.1", "android.hardware.common-V2-ndk", "android.hardware.common.fmq-V1-ndk", "bluetooth_flags_c_lib", "libbase", "libbluetooth_log", "libbt-common", "libbt_shim_bridge", "libchrome", "libflagtest", "libfmq", "libgmock", "libosi", ], Loading Loading
system/audio_hal_interface/Android.bp +21 −7 Original line number Diff line number Diff line Loading @@ -88,7 +88,9 @@ cc_test { name: "bluetooth-test-audio-hal-interface", defaults: [ "fluoride_defaults", "latest_android_hardware_bluetooth_audio_ndk_shared", "latest_android_hardware_audio_common_ndk_static", "latest_android_hardware_bluetooth_audio_ndk_static", "latest_android_media_audio_common_types_ndk_static", ], include_dirs: [ "packages/modules/Bluetooth/system", Loading @@ -99,8 +101,6 @@ cc_test { "hidl/client_interface_hidl_unittest.cc", ], shared_libs: [ "android.hardware.bluetooth.audio@2.0", "android.hardware.bluetooth.audio@2.1", "libbase", "libbinder_ndk", "libcutils", Loading @@ -110,6 +110,11 @@ cc_test { "libutils", ], static_libs: [ "android.hardware.audio.common@5.0", "android.hardware.bluetooth.audio@2.0", "android.hardware.bluetooth.audio@2.1", "android.hardware.common-V2-ndk", "android.hardware.common.fmq-V1-ndk", "libbluetooth_log", "libbt-audio-hal-interface", "libbt-common", Loading @@ -128,7 +133,9 @@ cc_test { test_suites: ["general-tests"], defaults: [ "fluoride_defaults", "latest_android_hardware_bluetooth_audio_ndk_shared", "latest_android_hardware_audio_common_ndk_static", "latest_android_hardware_bluetooth_audio_ndk_static", "latest_android_media_audio_common_types_ndk_static", "mts_defaults", ], cflags: [ Loading Loading @@ -174,21 +181,28 @@ cc_test { "aidl/a2dp_provider_info_unittest.cc", ], shared_libs: [ "libbase", "libbase", "libbinder_ndk", "libcutils", "libfmq", "libhidlbase", "liblog", "libutils", "server_configurable_flags", ], static_libs: [ "android.hardware.bluetooth.audio@2.0", "android.hardware.bluetooth.audio@2.1", "android.hardware.bluetooth@1.0", "android.hardware.bluetooth@1.1", "android.hardware.common-V2-ndk", "android.hardware.common.fmq-V1-ndk", "bluetooth_flags_c_lib", "libbase", "libbluetooth_log", "libbt-common", "libbt_shim_bridge", "libchrome", "libflagtest", "libfmq", "libgmock", "libosi", ], Loading