diff options
Diffstat (limited to 'system/btif')
-rw-r--r-- | system/btif/Android.bp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/system/btif/Android.bp b/system/btif/Android.bp index d6aee63815..0eb097dca7 100644 --- a/system/btif/Android.bp +++ b/system/btif/Android.bp @@ -238,10 +238,10 @@ cc_test { "bluetooth_flags_c_lib_for_test", "libFraunhoferAAC", "libbase", - "libbluetooth-for-tests", "libbluetooth-types", "libbluetooth_core_rs", "libbluetooth_crypto_toolbox", + "libbluetooth_gd", "libbluetooth_log", "libbt-audio-asrc", "libbt-audio-hal-interface", @@ -255,6 +255,7 @@ cc_test { "libbt-stack", "libbtcore", "libbtdevice", + "libbte", "libbtif", "libchrome", "libcom.android.sysprop.bluetooth.wrapped", |