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

Commit 170b0973 authored by Colin Cross's avatar Colin Cross Committed by Gerrit Code Review
Browse files

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

parents e89c9dc5 b4919526
Loading
Loading
Loading
Loading
+2 −2
Original line number Original line Diff line number Diff line
@@ -68,8 +68,8 @@ android_library {
    ],
    ],


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