diff options
author | Jeffrey Huang <jeffreyhuang@google.com> | 2020-11-23 23:47:38 -0800 |
---|---|---|
committer | Jeffrey Huang <jeffreyhuang@google.com> | 2020-11-23 23:47:38 -0800 |
commit | 4e671568fef45f1489ab442dae55e9a6d37697d2 (patch) | |
tree | c2c4e15ff6bb5f151f6270544d5149af174c45d1 /tools/stats_log_api_gen/main.cpp | |
parent | e8e9fe58462a8c5a692dd192a428c2c14c2420b6 (diff) |
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
Diffstat (limited to 'tools/stats_log_api_gen/main.cpp')
-rw-r--r-- | tools/stats_log_api_gen/main.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/stats_log_api_gen/main.cpp b/tools/stats_log_api_gen/main.cpp index 28302493a8e1..50f81760e8ef 100644 --- a/tools/stats_log_api_gen/main.cpp +++ b/tools/stats_log_api_gen/main.cpp @@ -9,7 +9,7 @@ #include <vector> #include "Collation.h" -#include "frameworks/base/cmds/statsd/src/atoms.pb.h" +#include "frameworks/proto_logging/stats/atoms.pb.h" #include "java_writer.h" #include "java_writer_q.h" #include "native_writer.h" |