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

Commit f01b3d87 authored by Peter Kalauskas's avatar Peter Kalauskas
Browse files

Avoid double resource compilation

SystemUI resources are already compiled and included via "SystemUI-res".
resource_dirs defaults to "res", so the resources were being compiled
twice.

Bug: 307607958
Flag: EXEMPT build change is a no-op
Test: Build and flash device
Change-Id: I4fbe99dae629c7f2e5d4a201e68f1762dd55ceea
parent 672bd594
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -499,6 +499,7 @@ android_library {
        },
    },
    use_resource_processor: true,
    resource_dirs: [],
    static_libs: [
        "//frameworks/libs/systemui:compilelib",
        "SystemUI-res",