blob: 3af697995fca7b8bdd4d2d2402fdc8f230fa5413 [file] [log] [blame]
package {
default_applicable_licenses: ["Android-Apache-2.0"],
}
android_app {
name: "WallpaperPicker2Shell",
defaults: ["WallpaperPicker2_defaults"],
platform_apis: true,
static_libs: [
"WallpaperPicker2TestLib",
],
}
android_robolectric_test {
enabled: true,
name: "WallpaperPicker2RoboTests",
srcs: [
"src/**/*.java",
"src/**/*.kt",
],
java_resource_dirs: ["config"],
// Do not add picker-related dependencies here. Add them to
// WallpaperPicker2Shell instead.
static_libs: [
"hilt_android_testing",
],
libs: [
"androidx.test.core",
"androidx.test.runner",
],
upstream: true,
instrumentation_for: "WallpaperPicker2Shell",
}