blob: 2f79d84db6857c6d74c51b6580131994b4605f66 [file] [edit]
//############################################################
// KeyChain Robolectric test target. #
//############################################################
package {
default_team: "trendy_team_enterprise",
default_applicable_licenses: ["Android-Apache-2.0"],
}
android_robolectric_test {
name: "KeyChainRoboTests",
srcs: ["src/**/*.java"],
java_resource_dirs: ["config"],
instrumentation_for: "KeyChain",
strict_mode: false,
}