Loading apex/statsd/Android.bp +2 −0 Original line number Diff line number Diff line Loading @@ -21,6 +21,8 @@ apex { apex_defaults { native_shared_libs: [ "libstats_jni", "libstatspull", "libstatssocket", ], binaries: ["statsd"], java_libs: [ Loading cmds/statsd/Android.bp +5 −1 Original line number Diff line number Diff line Loading @@ -302,6 +302,11 @@ cc_test { static_libs: [ "libgmock", "libplatformprotos", // TODO(b/149842105): Make libstatssocket shared and remove libcutils once statsd_test is // moved to the apex. "libstatssocket", "libcutils", ], proto: { Loading @@ -311,7 +316,6 @@ cc_test { shared_libs: [ "libprotobuf-cpp-lite", "libstatssocket" ], } Loading Loading
apex/statsd/Android.bp +2 −0 Original line number Diff line number Diff line Loading @@ -21,6 +21,8 @@ apex { apex_defaults { native_shared_libs: [ "libstats_jni", "libstatspull", "libstatssocket", ], binaries: ["statsd"], java_libs: [ Loading
cmds/statsd/Android.bp +5 −1 Original line number Diff line number Diff line Loading @@ -302,6 +302,11 @@ cc_test { static_libs: [ "libgmock", "libplatformprotos", // TODO(b/149842105): Make libstatssocket shared and remove libcutils once statsd_test is // moved to the apex. "libstatssocket", "libcutils", ], proto: { Loading @@ -311,7 +316,6 @@ cc_test { shared_libs: [ "libprotobuf-cpp-lite", "libstatssocket" ], } Loading