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

Commit 3a9039b7 authored by Caitlin Shkuratov's avatar Caitlin Shkuratov
Browse files

[Pod] Move AirplaneModeRepositoryImplTest to pods.

Bug: 307607958
Flag: EXEMPT refactor
Test: atest AirplaneModeRepositoryImplTest

Change-Id: I98917bfcda8dd907ece2caac9a112678b24885a4
parent 61a4cd44
Loading
Loading
Loading
Loading
+19 −6
Original line number Diff line number Diff line
@@ -676,7 +676,7 @@ filegroup {
}

filegroup {
    name: "SystemUI-tests-multivalent",
    name: "SystemUI-tests-multivalent-monolith",
    srcs: [
        "multivalentTests/src/**/*.kt",
        "multivalentTests/src/**/*.java",
@@ -684,6 +684,15 @@ filegroup {
    path: "multivalentTests/src",
}

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

java_library {
    name: "SystemUI-tests-concurrency",
    srcs: [
@@ -812,7 +821,8 @@ android_library {
        ":SystemUI-application-srcs",
        ":SystemUI-core-srcs",
        ":ReleaseJavaFiles",
        ":SystemUI-tests-multivalent",
        ":SystemUI-tests-multivalent-monolith",
        ":SystemUI-tests-multivalent-pods",
        ":SystemUI-tests-utils",
        "compose/features/src/**/*.kt",
        "compose/facade/enabled/src/**/*.kt",
@@ -942,7 +952,8 @@ android_robolectric_test {
        "tests/robolectric/src/**/*.kt",
        "tests/robolectric/src/**/*.java",
        ":SystemUI-tests-utils",
        ":SystemUI-tests-multivalent",
        ":SystemUI-tests-multivalent-monolith",
        ":SystemUI-tests-multivalent-pods",
    ],
    defaults: ["systemui-non-platform-apis-defaults"],
    static_libs: [
@@ -973,7 +984,8 @@ android_robolectric_test {
        "tests/robolectric/src/**/*.kt",
        "tests/robolectric/src/**/*.java",
        ":SystemUI-tests-utils",
        ":SystemUI-tests-multivalent",
        ":SystemUI-tests-multivalent-monolith",
        ":SystemUI-tests-multivalent-pods",
        ":SystemUI-tests-robofiles",
    ],
    exclude_srcs: [
@@ -1008,7 +1020,7 @@ filegroup {
        "multivalentTests/src/**/NotificationAlertsInteractorTest.kt",
        "multivalentTests/src/**/NotificationsKeyguardInteractorTest.kt",
        "multivalentTests/src/**/NotifPipelineChoreographerTest.kt",
        "multivalentTests/src/**/KeyguardNotificationVisibilityProviderTest.java"
        "multivalentTests/src/**/KeyguardNotificationVisibilityProviderTest.java",
    ],
}

@@ -1018,7 +1030,8 @@ android_ravenwood_test {
    build_resources: true,
    srcs: [
        ":SystemUI-tests-utils",
        ":SystemUI-tests-multivalent",
        ":SystemUI-tests-multivalent-monolith",
        ":SystemUI-tests-multivalent-pods",
    ],
    exclude_srcs: [
        // TODO(b/429013941): kapt is way too slow, so disable them for now.
+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