Loading liblog/tests/Android.bp +2 −2 Original line number Diff line number Diff line Loading @@ -29,10 +29,10 @@ cc_benchmark { "-fno-builtin", ], shared_libs: [ "liblog", "libm", "libbase", ], static_libs: ["liblog"], srcs: ["liblog_benchmark.cpp"], } Loading Loading @@ -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: Loading Loading
liblog/tests/Android.bp +2 −2 Original line number Diff line number Diff line Loading @@ -29,10 +29,10 @@ cc_benchmark { "-fno-builtin", ], shared_libs: [ "liblog", "libm", "libbase", ], static_libs: ["liblog"], srcs: ["liblog_benchmark.cpp"], } Loading Loading @@ -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: Loading