blob: b646ae7d33d36a53f411533b24dda2ea7d485f50 [file] [log] [blame]
Sasha Smundak4a3d1a02019-02-11 16:58:07 -08001android_test {
2 name: "ServiceCrashTest",
3 // Only compile source java files in this apk.
4 srcs: ["src/**/*.java"],
5 platform_apis: true,
6 certificate: "platform",
7 libs: ["android.test.base"],
8 static_libs: [
9 "compatibility-device-util",
10 "android-support-test",
11 ],
12}