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

Commit b2319619 authored by David Saff's avatar David Saff Committed by David Saff
Browse files

Create symlink structure for multivalent tests

Bug: 304821536
Test: Running CameraQuickAffordanceConfigTest both ways from within studio
Change-Id: I10f9895951b41e5b4e876166d42de7e79f897162
parent 3bd9e93f
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