Home | History | Annotate | Download | only in RcsTests
      1 android_test {
      2     name: "RcsTests",
      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.runner",
      9         "android.test.base",
     10     ],
     11     static_libs: [
     12         "junit",
     13         "androidx.test.rules",
     14         "mockito-target-minus-junit4",
     15         "truth-prebuilt",
     16     ],
     17 }
     18