| commit | 62c220b20b3fc431c27feac29a71d040fc8e2626 | [log] [tgz] |
|---|---|---|
| author | Joe Onorato <joeo@google.com> | Sat Nov 18 20:32:56 2017 -0800 |
| committer | Joe Onorato <joeo@google.com> | Wed Dec 13 18:26:45 2017 -0800 |
| tree | 4915764f6640ca69fcd2ecbc1dde9f1d40768dc0 | |
| parent | 37e9278c7799719180549384d7390079a10e46ea [diff] [blame] |
Fix how we build the statsd protos. This lets us include frameworks protos, and use the constants and messages from them. Change-Id: I609d6e524f780e6a5beea543a68561bede47813e Test: make
diff --git a/cmds/statsd/Android.bp b/cmds/statsd/Android.bp index 5fcb8a1..a5eae15 100644 --- a/cmds/statsd/Android.bp +++ b/cmds/statsd/Android.bp
@@ -31,5 +31,11 @@ type: "full", export_proto_headers: true, }, + + export_shared_lib_headers: [ + "libplatformprotos", + ] + } +