Home | History | Annotate | Download | only in ServiceCrashTest
      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 }
     13