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