Tej Singh | c53ac0a | 2019-09-20 16:29:13 -0700 | [diff] [blame^] | 1 | // Statsd Service jar, which will eventually be put in the statsd mainline apex. |
2 | // statsd-service needs to be added to PRODUCT_SYSTEM_SERVER_JARS. | ||||
3 | // This jar will contain StatsCompanionService | ||||
4 | java_library { | ||||
5 | name: "statsd-service", | ||||
6 | installable: true, | ||||
7 | |||||
8 | srcs: [ | ||||
9 | "java/**/*.java", | ||||
10 | ], | ||||
11 | |||||
12 | libs: [ | ||||
13 | "framework", | ||||
14 | "services.core", | ||||
15 | ], | ||||
16 | } |