Merge "Added a filegroup for statsd config proto definition."

This commit is contained in:
Harry Zhang
2019-02-27 21:56:23 +00:00
committed by Gerrit Code Review

View File

@@ -323,4 +323,8 @@ java_library {
}, },
} }
// Filegroup for statsd config proto definition.
filegroup {
name: "statsd-config-proto-def",
srcs: ["src/statsd_config.proto"],
}