Files
Lawnchair/tests/multivalentTests/src/com/android/launcher3/Android.bp
T
Sebastian Franco fc8537d5de Creating NexusLauncherE2ETests test suite, this cl only adds the Launcher3 part
The test don't run yet in presubmit, first I will have the NexusLauncherE2ETests
target ready and then I will add it to the presubmit.

Bug: 324261526
Flag: EXEMPT test only
Test: atest NexusLauncherE2ETests
Change-Id: I4daa204ec735456c481b0682ca518da381af7bb7
2025-05-05 18:53:08 +00:00

16 lines
530 B
Plaintext

filegroup {
name: "launcher-shared-tests-utils",
srcs: [
"testcomponent/AppWidgetDynamicColors.java",
"testcomponent/AppWidgetHidden.java",
"testcomponent/AppWidgetNoConfig.java",
"testcomponent/AppWidgetWithConfig.java",
"testcomponent/TouchEventGenerator.java",
"util/ModelTestExtensions.kt",
"util/rule/TestStabilityRule.java",
"util/TestUtil.java",
"util/ui/TestViewHelpers.java",
"util/workspace/FavoriteItemsTransaction.java",
],
}