You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
31 lines
733 B
31 lines
733 B
|
|
package {
|
|
default_applicable_licenses: ["Android-Apache-2.0"],
|
|
}
|
|
|
|
android_robolectric_test {
|
|
name: "ThemePickerRoboTests",
|
|
srcs: [
|
|
"src/**/*.java",
|
|
"src/**/*.kt",
|
|
],
|
|
// TODO(b/291104503) Enable this test
|
|
exclude_srcs: ["src/com/android/customization/model/picker/quickaffordance/ui/viewmodel/KeyguardQuickAffordancePickerViewModelTest.kt"],
|
|
java_resource_dirs: ["config"],
|
|
static_libs: [
|
|
"WallpaperPicker2TestLib",
|
|
"androidx.test.rules",
|
|
"junit",
|
|
"kotlinx_coroutines_test",
|
|
"truth-prebuilt",
|
|
],
|
|
libs: [
|
|
"androidx.test.core",
|
|
"androidx.test.runner",
|
|
],
|
|
|
|
upstream: true,
|
|
|
|
instrumentation_for: "ThemePicker",
|
|
}
|