| Sasha Smundak | 89414e1 | 2019-03-10 19:48:23 -0700 | [diff] [blame] | 1 | android_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-axt", | ||||
| 10 | "androidx.test.rules", | ||||
| 11 | ], | ||||
| 12 | } | ||||