• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1//############################################################
2// MmsService Robolectric test target.                       #
3//############################################################
4
5android_robolectric_test {
6    name: "MmsServiceRoboTests",
7
8    srcs: ["src/**/*.java"],
9
10    java_resource_dirs: ["config"],
11
12    static_libs: [
13        "androidx.test.core",
14        "testng",
15    ],
16
17    instrumentation_for: "MmsService",
18}