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

Commit b085d9f9 authored by Caitlin Shkuratov's avatar Caitlin Shkuratov
Browse files

[Pod] Move pod source files to pods/src/ instead of just pods/.

Unit tests work much better in Gradle if they're in src/, and the
production code works equivalent in Gradle and Soong if they're in just
pods/ or in pods/src. So, let's use src/ in both places to keep it
unified.

Bug: 307607958
Flag: EXEMPT refactor
Test: m SystemUI-application; mp sysuig
Change-Id: I4913b4ceb4710d3c86cccd469f11ed71f7289efe
parent 003ab933
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -697,7 +697,7 @@ java_library {
    name: "SystemUI-tests-concurrency",
    srcs: [
        "src/com/android/systemui/util/concurrency/DelayableExecutor.java",
        "pods/com/android/systemui/util/time/SystemClock.java",
        "pods/src/com/android/systemui/util/time/SystemClock.java",
        "tests/utils/src/com/android/systemui/util/concurrency/FakeExecutor.java",
        "tests/utils/src/com/android/systemui/util/time/FakeSystemClock.java",
    ],
Loading