diff --git a/liblog/tests/Android.bp b/liblog/tests/Android.bp index 2c47fd6e6..4ab2acb2c 100644 --- a/liblog/tests/Android.bp +++ b/liblog/tests/Android.bp @@ -29,10 +29,10 @@ cc_benchmark { "-fno-builtin", ], shared_libs: [ - "liblog", "libm", "libbase", ], + static_libs: ["liblog"], srcs: ["liblog_benchmark.cpp"], } @@ -63,10 +63,10 @@ cc_defaults { "log_wrap_test.cpp", ], shared_libs: [ - "liblog", "libcutils", "libbase", ], + static_libs: ["liblog"], } // Build tests for the device (with .so). Run with: