Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 1237cbb1 authored by David Saff's avatar David Saff Committed by Android (Google) Code Review
Browse files

Merge "Create symlink structure for multivalent tests" into main

parents c4f7678f b2319619
Loading
Loading
Loading
Loading
+11 −1
Original line number Diff line number Diff line
@@ -254,7 +254,6 @@ filegroup {
    srcs: [
        /* Keyguard converted tests */
        // data
        "tests/src/com/android/systemui/keyguard/data/quickaffordance/CameraQuickAffordanceConfigTest.kt",
        "tests/src/com/android/systemui/keyguard/data/quickaffordance/DoNotDisturbQuickAffordanceConfigTest.kt",
        "tests/src/com/android/systemui/keyguard/data/quickaffordance/FlashlightQuickAffordanceConfigTest.kt",
        "tests/src/com/android/systemui/keyguard/data/quickaffordance/HomeControlsKeyguardQuickAffordanceConfigTest.kt",
@@ -402,10 +401,19 @@ filegroup {
        "tests/src/com/android/systemui/scene/domain/interactor/WindowRootViewVisibilityInteractorTest.kt",
        "tests/src/com/android/systemui/scene/domain/startable/SceneContainerStartableTest.kt",
        "tests/src/com/android/systemui/scene/ui/viewmodel/SceneContainerViewModelTest.kt",

    ],
    path: "tests/src",
}

filegroup {
    name: "SystemUI-tests-multivalent",
    srcs: [
        "multivalentTests/src/**/*.kt",
    ],
    path: "multivalentTests/src",
}

java_library {
    name: "SystemUI-tests-concurrency",
    srcs: [
@@ -494,6 +502,7 @@ android_library {
        "src/**/*.java",
        "src/**/I*.aidl",
        ":ReleaseJavaFiles",
        ":SystemUI-tests-multivalent",
        ":SystemUI-tests-utils",
    ],
    static_libs: [
@@ -572,6 +581,7 @@ android_robolectric_test {
        ":SystemUI-tests-utils",
        ":SystemUI-test-fakes",
        ":SystemUI-tests-robolectric-pilots",
        ":SystemUI-tests-multivalent",
    ],
    static_libs: [
        "androidx.test.uiautomator_uiautomator",
+0 −0

File moved.

+1 −0
Original line number Diff line number Diff line
multivalentTests
 No newline at end of file
+1 −0
Original line number Diff line number Diff line
multivalentTests
 No newline at end of file