diff --git a/android/app/Android.bp b/android/app/Android.bp index a09f45af53e603c148ea1f2398c52b39770df41f..f5c826f4076fee53aadc1e4c8d240c13851458c7 100644 --- a/android/app/Android.bp +++ b/android/app/Android.bp @@ -114,6 +114,7 @@ cc_library_shared { "libcrypto", "libfmq", "libnativehelper", + "libutils", ], sanitize: { scs: true, diff --git a/system/audio_hal_interface/Android.bp b/system/audio_hal_interface/Android.bp index 994db05fd69076ad22ba14e8e65d468ca6873ac5..208cf2eadfa7708b43c430fe223a085fabfa35fe 100644 --- a/system/audio_hal_interface/Android.bp +++ b/system/audio_hal_interface/Android.bp @@ -24,6 +24,7 @@ cc_library_static { "android.hardware.bluetooth.audio@2.0", "android.hardware.bluetooth.audio@2.1", "libhidlbase", + "libutils", ], static_libs: [ "libbt-common", diff --git a/system/btif/Android.bp b/system/btif/Android.bp index 918793a1faea34fecc2deb12f95995e3bdb7d006..3b4a003c968ea75612b1e17feb42315396e6c3d2 100644 --- a/system/btif/Android.bp +++ b/system/btif/Android.bp @@ -264,6 +264,7 @@ cc_test { "libcrypto", "libfmq", "libhidlbase", + "libutils", ], static_libs: [ "android.hardware.audio.common-V1-ndk", @@ -573,6 +574,7 @@ cc_test { "libcutils", "libhidlbase", "liblog", + "libutils", ], static_libs: [ "android.hardware.bluetooth.a2dp@1.0", @@ -705,6 +707,7 @@ cc_test { "libcutils", "libhidlbase", "liblog", + "libutils", ], static_libs: [ "android.hardware.bluetooth.a2dp@1.0", diff --git a/system/build/Android.bp b/system/build/Android.bp index d78ceb070bc8cb31b4f191e71719db0033dcb5bd..3f43c467a6198dc9750f402e87fd4041210a481e 100644 --- a/system/build/Android.bp +++ b/system/build/Android.bp @@ -133,7 +133,6 @@ cc_defaults { shared_libs: [ "libcutils", "libhidlbase", - "libutils", ], target: { darwin: {