blob: 0bac5a224b26416ef16176b57d8f1b03994ef139 [file] [log] [blame]
Sasha Smundak89414e12019-03-10 19:48:23 -07001android_test {
2 name: "UsageReportingTest",
3 // Only compile source java files in this apk.
4 srcs: ["src/**/*.java"],
5 static_libs: ["androidx.legacy_legacy-support-v4"],
6 certificate: "platform",
7 platform_apis: true,
8}