From 330403de24ecf7252bc616ffe491a82a5e5b548f Mon Sep 17 00:00:00 2001 From: Harry Zhang Date: Wed, 20 Feb 2019 20:11:08 -0800 Subject: [PATCH] Added a filegroup for statsd config proto definition. This is used in other parts of the framework for serializing some statsd text proto config at build time. The filegroup allows aprotoc to access the definitions elsewhere in the source tree. Bug: 120569785 Test: Build is not affected. Change-Id: I82a5f8869a2d05ea27d205f471b9c5b5b875fefc Merged-In: I0e37a9b9a1f22a5dcebbf07ccc5cad98cf76024c --- cmds/statsd/Android.bp | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/cmds/statsd/Android.bp b/cmds/statsd/Android.bp index 5c3d17e305859..f178fa254e69a 100644 --- a/cmds/statsd/Android.bp +++ b/cmds/statsd/Android.bp @@ -323,4 +323,8 @@ java_library { }, } - +// Filegroup for statsd config proto definition. +filegroup { + name: "statsd-config-proto-def", + srcs: ["src/statsd_config.proto"], +}