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

Commit b4919526 authored by Colin Cross's avatar Colin Cross
Browse files

Pass --legacy to aapt2 compile for SystemUI

This module produces warnings that are treated as errors if --legacy
is not passed.  --legacy is no longer being passed by default, so
add it here.

Bug: 135597368
Test: m java
Change-Id: I2be35a903b22bfb8e589380cf6e6d582a777b5c8
Merged-In: Ife1b6d77055f5ca3e0b28e8b6b560248b62ad302
parent e5636433
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",
    ],
}