commit | d3df0ae39de6091c173111852b386fe216f15eaf | [log] [tgz] |
---|---|---|
author | Josh Gao <jmgao@google.com> | Mon Feb 01 14:35:30 2021 -0800 |
committer | Josh Gao <jmgao@google.com> | Mon Feb 01 17:43:18 2021 -0800 |
tree | 655f7d327bff1519fdf590b1a6eed0c6819f86fd | |
parent | b44cf2d71b76060e7cb78593699e1139df2d8fa2 [diff] [blame] |
Expose libtombstone_proto srcs. Test: treehugger Change-Id: I4f993e6bf025120bda82eb60f6c534f43030085c
diff --git a/debuggerd/proto/tombstone.proto b/debuggerd/proto/tombstone.proto index aff50bd..38a06f4 100644 --- a/debuggerd/proto/tombstone.proto +++ b/debuggerd/proto/tombstone.proto
@@ -1,5 +1,8 @@ syntax = "proto3"; +option java_package = "com.android.server.os"; +option java_outer_classname = "TombstoneProtos"; + message Tombstone { Architecture arch = 1; string build_fingerprint = 2;