blob: f71d74fa03ff856695ead3576ec2ceecc50879c2 [file] [log] [blame]
// Statsd Service jar, which will eventually be put in the statsd mainline apex.
// service-statsd needs to be added to PRODUCT_SYSTEM_SERVER_JARS.
// This jar will contain StatsCompanionService
java_library {
name: "service-statsd",
installable: true,
srcs: [
"java/**/*.java",
],
libs: [
"framework",
"services.core",
],
}