diff options
author | Josh Gao <jmgao@google.com> | 2021-01-29 13:40:30 -0800 |
---|---|---|
committer | Josh Gao <jmgao@google.com> | 2021-02-03 14:08:12 -0800 |
commit | 1c8dfd4c1e2130d5e65998f138ca7185a852b6e1 (patch) | |
tree | 6b14d856c812c9ada4b396bac83fbc2210345ce7 /Android.bp | |
parent | 9a8b4358d3ae2effc05eefebf58bdb038d79da2d (diff) |
Parse proto tombstones.
Bug: http://b/159164105
Test: manual
Change-Id: I8b85d8eeb343f390567b9d11bafcaa0d9aebddc7
Diffstat (limited to 'Android.bp')
-rw-r--r-- | Android.bp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Android.bp b/Android.bp index 6a0bdc3f7fde..6a2bd95a377d 100644 --- a/Android.bp +++ b/Android.bp @@ -678,6 +678,7 @@ gensrcs { srcs: [ ":ipconnectivity-proto-src", ":libstats_atom_enum_protos", + ":libtombstone_proto-src", "core/proto/**/*.proto", "libs/incident/**/*.proto", ], |