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