From fe16c8f2f90c4e80125ad516e82d2c1c53848ff5 Mon Sep 17 00:00:00 2001 From: Harry Zhang Date: Tue, 26 Feb 2019 10:47:04 -0800 Subject: Added a filegroup for statsd config proto definition. This is used for a testing framework that involves serializing text proto statsd configs at build time. The filegroup allows aprotoc to access the definitions elsewhere in the source tree. Submitting this in internal first as the AOSP version of statsd old and causes merge conflicts when submitted there directly. Bug: 120569785 Test: Build is not affected. Change-Id: I0e37a9b9a1f22a5dcebbf07ccc5cad98cf76024c --- cmds/statsd/Android.bp | 6 ++++++ 1 file changed, 6 insertions(+) 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"], +} -- cgit v1.2.3-59-g8ed1b