diff options
| author | 2019-02-26 22:41:39 +0000 | |
|---|---|---|
| committer | 2019-02-26 22:41:39 +0000 | |
| commit | 42739b3995bcde1aef85867fe5e5c4a882b3c245 (patch) | |
| tree | 9599f6eb403c5908fac351fc3e7b443343d7cfcf | |
| parent | 31ee603238965e9f039a3cea1ca33e12d435a7fd (diff) | |
| parent | fe16c8f2f90c4e80125ad516e82d2c1c53848ff5 (diff) | |
Merge "Added a filegroup for statsd config proto definition."
| -rw-r--r-- | cmds/statsd/Android.bp | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/cmds/statsd/Android.bp b/cmds/statsd/Android.bp index f4086557870d..ca48881ca519 100644 --- a/cmds/statsd/Android.bp +++ b/cmds/statsd/Android.bp @@ -346,3 +346,9 @@ java_library { javacflags: ["-XepDisableAllChecks"], }, } + +// Filegroup for statsd config proto definition. +filegroup { + name: "statsd-config-proto-def", + srcs: ["src/statsd_config.proto"], +} |