From 5d230a2d4992357ce49ed56c539f6f5f4751222b Mon Sep 17 00:00:00 2001 From: Jeffrey Huang Date: Tue, 24 Nov 2020 10:57:06 -0800 Subject: Delete atoms.proto from statsd Use the atoms.proto in proto_logging as the source of truth. Also migrates statsd log api gen to use the new atoms.proto Bug: 167962588 Test: m -j && m CtsStatsdAtomHostTestCases Change-Id: I36ec354d273dceace5245d7634c68ac63dc5a8cd Merged-In: I36ec354d273dceace5245d7634c68ac63dc5a8cd --- Android.bp | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'Android.bp') diff --git a/Android.bp b/Android.bp index dcb6ac77fe98..2b9dc45699fb 100644 --- a/Android.bp +++ b/Android.bp @@ -812,13 +812,17 @@ java_library_host { name: "platformprotos", srcs: [ ":ipconnectivity-proto-src", + ":libstats_internal_protos", "cmds/am/proto/instrumentation_data.proto", "cmds/statsd/src/**/*.proto", "core/proto/**/*.proto", "libs/incident/proto/**/*.proto", ], proto: { - include_dirs: ["external/protobuf/src"], + include_dirs: [ + "external/protobuf/src", + "frameworks/proto_logging/stats", + ], type: "full", }, errorprone: { -- cgit v1.2.3