diff options
-rw-r--r-- | bluetooth/1.0/default/test/fuzzer/Android.bp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bluetooth/1.0/default/test/fuzzer/Android.bp b/bluetooth/1.0/default/test/fuzzer/Android.bp index 81f328e4de..691136fe55 100644 --- a/bluetooth/1.0/default/test/fuzzer/Android.bp +++ b/bluetooth/1.0/default/test/fuzzer/Android.bp @@ -46,7 +46,6 @@ cc_fuzz { "android.hardware.bluetooth-async", "android.hardware.bluetooth-hci", "libcutils", - "libutils", ], shared_libs: [ "android.hardware.bluetooth@1.0", @@ -54,6 +53,7 @@ cc_fuzz { "libhidlbase", "libbt-vendor-fuzz", "liblog", + "libutils", ], fuzz_config: { cc: [ |