Loading logcat/Android.bp +1 −1 Original line number Diff line number Diff line Loading @@ -25,9 +25,9 @@ cc_defaults { shared_libs: [ "libbase", "libcutils", "liblog", "libpcrecpp", ], static_libs: ["liblog"], logtags: ["event.logtags"], } Loading logcat/tests/Android.bp +2 −4 Original line number Diff line number Diff line Loading @@ -48,10 +48,8 @@ cc_benchmark { cc_test { name: "logcat-unit-tests", defaults: ["logcat-tests-defaults"], shared_libs: [ "liblog", "libbase", ], shared_libs: ["libbase"], static_libs: ["liblog"], srcs: [ "logcat_test.cpp", "logcatd_test.cpp", Loading logd/Android.bp +4 −2 Original line number Diff line number Diff line Loading @@ -63,11 +63,13 @@ cc_binary { srcs: ["main.cpp"], static_libs: ["liblogd"], static_libs: [ "liblog", "liblogd", ], shared_libs: [ "libsysutils", "liblog", "libcutils", "libbase", "libpackagelistparser", Loading logd/tests/Android.bp +1 −1 Original line number Diff line number Diff line Loading @@ -38,9 +38,9 @@ cc_defaults { shared_libs: [ "libbase", "libcutils", "liblog", "libselinux", ], static_libs: ["liblog"], } // Build tests for the logger. Run with: Loading Loading
logcat/Android.bp +1 −1 Original line number Diff line number Diff line Loading @@ -25,9 +25,9 @@ cc_defaults { shared_libs: [ "libbase", "libcutils", "liblog", "libpcrecpp", ], static_libs: ["liblog"], logtags: ["event.logtags"], } Loading
logcat/tests/Android.bp +2 −4 Original line number Diff line number Diff line Loading @@ -48,10 +48,8 @@ cc_benchmark { cc_test { name: "logcat-unit-tests", defaults: ["logcat-tests-defaults"], shared_libs: [ "liblog", "libbase", ], shared_libs: ["libbase"], static_libs: ["liblog"], srcs: [ "logcat_test.cpp", "logcatd_test.cpp", Loading
logd/Android.bp +4 −2 Original line number Diff line number Diff line Loading @@ -63,11 +63,13 @@ cc_binary { srcs: ["main.cpp"], static_libs: ["liblogd"], static_libs: [ "liblog", "liblogd", ], shared_libs: [ "libsysutils", "liblog", "libcutils", "libbase", "libpackagelistparser", Loading
logd/tests/Android.bp +1 −1 Original line number Diff line number Diff line Loading @@ -38,9 +38,9 @@ cc_defaults { shared_libs: [ "libbase", "libcutils", "liblog", "libselinux", ], static_libs: ["liblog"], } // Build tests for the logger. Run with: Loading