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

Commit 8cd9a639 authored by Colin Cross's avatar Colin Cross Committed by Android (Google) Code Review
Browse files

Merge "Increase the maximum heap size for SystemUI tests" into main

parents abf6f68c fffffd09
Loading
Loading
Loading
Loading
+5 −1
Original line number Diff line number Diff line
@@ -789,7 +789,11 @@ android_library {
        "android.test.mock",
        "keepanno-annotations",
    ],
    kotlincflags: ["-Xjvm-default=all"],
    kotlincflags: [
        "-Xjvm-default=all",
        // TODO(b/352363800): Why do we need this?
        "-J-Xmx8192M",
    ],
    aaptflags: [
        "--extra-packages",
        "com.android.systemui",