• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1//############################################################
2// CertInstaller Robolectric test target.                    #
3//############################################################
4
5package {
6    // http://go/android-license-faq
7    default_applicable_licenses: ["Android-Apache-2.0"],
8}
9
10android_robolectric_test {
11    name: "CertInstallerRoboTests",
12
13    srcs: ["src/**/*.java"],
14
15    java_resource_dirs: ["config"],
16
17    instrumentation_for: "CertInstaller",
18}
19