Home | History | Annotate | Download | only in AppLaunchWear
      1 android_test {
      2     name: "AppLaunchWear",
      3     // Only compile source java files in this apk.
      4     srcs: ["src/**/*.java"],
      5     platform_apis: true,
      6     certificate: "platform",
      7     libs: [
      8         "android.test.base",
      9         "android.test.runner",
     10     ],
     11     static_libs: ["androidx.test.rules"],
     12     test_suites: ["device-tests"],
     13 }
     14