diff options
author | 2025-02-28 22:37:04 +0000 | |
---|---|---|
committer | 2025-03-04 22:24:58 +0000 | |
commit | 85736857e52f70b9daa5cc521e16c0dbce91b7d2 (patch) | |
tree | 600f09452556bf29349dfc453a03c53f7b7d4a9f /system/btif | |
parent | 6b4bc48caf1517ac753164157f741eb34effbeb4 (diff) |
Remove redundant libraries libbluetooth and libbluetooth-for-tests
Bug: 331817295
Test: m com.android.bt
Flag: EXEMPT, build change
Change-Id: If27622e0033942e946fe6f6225b35d3346e9078b
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", |