Loading system/audio_bluetooth_hw/Android.bp +9 −5 Original line number Diff line number Diff line Loading @@ -17,21 +17,25 @@ cc_library_shared { "audio_bluetooth_hw.cc", "stream_apis.cc", "device_port_proxy.cc", "device_port_proxy_hidl.cc", "utils.cc", ], header_libs: ["libhardware_headers"], shared_libs: [ "android.hardware.bluetooth.audio@2.0", "android.hardware.bluetooth.audio@2.1", "android.hardware.bluetooth.audio@2.2", "android.hardware.bluetooth.audio-V1-ndk", "libbluetooth_audio_session_aidl", "libaudioutils", "libbase", "libbluetooth_audio_session", "libbinder_ndk", "libcutils", "libfmq", "libhidlbase", "liblog", "libutils", // HIDL dependencies "android.hardware.bluetooth.audio@2.0", "android.hardware.bluetooth.audio@2.1", "libbluetooth_audio_session", "libhidlbase", ], cflags: [ "-Wall", Loading Loading
system/audio_bluetooth_hw/Android.bp +9 −5 Original line number Diff line number Diff line Loading @@ -17,21 +17,25 @@ cc_library_shared { "audio_bluetooth_hw.cc", "stream_apis.cc", "device_port_proxy.cc", "device_port_proxy_hidl.cc", "utils.cc", ], header_libs: ["libhardware_headers"], shared_libs: [ "android.hardware.bluetooth.audio@2.0", "android.hardware.bluetooth.audio@2.1", "android.hardware.bluetooth.audio@2.2", "android.hardware.bluetooth.audio-V1-ndk", "libbluetooth_audio_session_aidl", "libaudioutils", "libbase", "libbluetooth_audio_session", "libbinder_ndk", "libcutils", "libfmq", "libhidlbase", "liblog", "libutils", // HIDL dependencies "android.hardware.bluetooth.audio@2.0", "android.hardware.bluetooth.audio@2.1", "libbluetooth_audio_session", "libhidlbase", ], cflags: [ "-Wall", Loading