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

Commit 67c81ae3 authored by Colin Cross's avatar Colin Cross Committed by android-build-merger
Browse files

Merge "Pass --legacy to aapt2 compile for SystemUI"

am: 170b0973

Change-Id: I3e79cfb71ddc6ab98ec545ce24e9bfbaef002eef
parents 19ece77c 170b0973
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -68,8 +68,8 @@ android_library {
    ],

    aaptflags: [
        "--extra-packages",
        "com.android.keyguard",
        "--extra-packages com.android.keyguard",
        "--legacy",
    ],
}