packages/apps/KeyChain/robotests/Android.bp

20 lines
446 B
Plaintext
Raw Normal View History

2025-08-25 08:38:42 +08:00
//############################################################
// KeyChain Robolectric test target. #
//############################################################
package {
default_applicable_licenses: ["Android-Apache-2.0"],
}
android_robolectric_test {
name: "KeyChainRoboTests",
srcs: ["src/**/*.java"],
java_resource_dirs: ["config"],
instrumentation_for: "KeyChain",
upstream: true,
}