packages/apps/CertInstaller/robotests/Android.bp

19 lines
472 B
Plaintext
Raw Normal View History

2025-08-25 08:38:42 +08:00
//############################################################
// CertInstaller Robolectric test target. #
//############################################################
package {
// http://go/android-license-faq
default_applicable_licenses: ["Android-Apache-2.0"],
}
android_robolectric_test {
name: "CertInstallerRoboTests",
srcs: ["src/**/*.java"],
java_resource_dirs: ["config"],
instrumentation_for: "CertInstaller",
}