Loading cmds/statsd/Android.bp +12 −4 Original line number Diff line number Diff line Loading @@ -196,6 +196,10 @@ cc_test { ], srcs: [ // atom_field_options.proto needs field_options.proto, but that is // not included in libprotobuf-cpp-lite, so compile it here. ":libprotobuf-internal-protos", "src/atom_field_options.proto", "src/atoms.proto", "src/stats_log.proto", Loading Loading @@ -245,11 +249,11 @@ cc_test { static_libs: ["libgmock"], proto: { type: "full", type: "lite", include_dirs: ["external/protobuf/src"], }, shared_libs: ["libprotobuf-cpp-full"], shared_libs: ["libprotobuf-cpp-lite"], } Loading @@ -262,6 +266,10 @@ cc_benchmark { defaults: ["statsd_defaults"], srcs: [ // atom_field_options.proto needs field_options.proto, but that is // not included in libprotobuf-cpp-lite, so compile it here. ":libprotobuf-internal-protos", "src/atom_field_options.proto", "src/atoms.proto", "src/stats_log.proto", Loading @@ -276,7 +284,7 @@ cc_benchmark { ], proto: { type: "full", type: "lite", include_dirs: ["external/protobuf/src"], }, Loading @@ -294,7 +302,7 @@ cc_benchmark { shared_libs: [ "libgtest_prod", "libstatslog", "libprotobuf-cpp-full", "libprotobuf-cpp-lite", ], } Loading Loading
cmds/statsd/Android.bp +12 −4 Original line number Diff line number Diff line Loading @@ -196,6 +196,10 @@ cc_test { ], srcs: [ // atom_field_options.proto needs field_options.proto, but that is // not included in libprotobuf-cpp-lite, so compile it here. ":libprotobuf-internal-protos", "src/atom_field_options.proto", "src/atoms.proto", "src/stats_log.proto", Loading Loading @@ -245,11 +249,11 @@ cc_test { static_libs: ["libgmock"], proto: { type: "full", type: "lite", include_dirs: ["external/protobuf/src"], }, shared_libs: ["libprotobuf-cpp-full"], shared_libs: ["libprotobuf-cpp-lite"], } Loading @@ -262,6 +266,10 @@ cc_benchmark { defaults: ["statsd_defaults"], srcs: [ // atom_field_options.proto needs field_options.proto, but that is // not included in libprotobuf-cpp-lite, so compile it here. ":libprotobuf-internal-protos", "src/atom_field_options.proto", "src/atoms.proto", "src/stats_log.proto", Loading @@ -276,7 +284,7 @@ cc_benchmark { ], proto: { type: "full", type: "lite", include_dirs: ["external/protobuf/src"], }, Loading @@ -294,7 +302,7 @@ cc_benchmark { shared_libs: [ "libgtest_prod", "libstatslog", "libprotobuf-cpp-full", "libprotobuf-cpp-lite", ], } Loading