Files
2023-10-13 14:01:41 +00:00

14 lines
355 B
Plaintext

//############################################################
// KeyChain Robolectric test target. #
//############################################################
android_robolectric_test {
name: "KeyChainRoboTests",
srcs: ["src/**/*.java"],
java_resource_dirs: ["config"],
instrumentation_for: "KeyChain",
}