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

Commit 9e617847 authored by LuK1337's avatar LuK1337
Browse files

fixup! fixup! Allow lineage resources package to be overlayed by RRO packages

Change-Id: I2ad9844aca573aeb3acb8952c53efcf5de1690a2
parent c54a97ba
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -393,7 +393,7 @@ public class OverlayConfigTest {
        final OverlayConfig overlayConfig = createConfigImpl();
        if (mScannerRule.getIteration() == OverlayConfigIterationRule.Iteration.ZYGOTE) {
            final ArrayList<IdmapInvocation> idmapInvocations =
                    overlayConfig.getImmutableFrameworkOverlayIdmapInvocations();
                    overlayConfig.getImmutableFrameworkOverlayIdmapInvocations("android");
            assertEquals(2, idmapInvocations.size());

            final IdmapInvocation i0 = idmapInvocations.get(0);
@@ -430,7 +430,7 @@ public class OverlayConfigTest {

        if (mScannerRule.getIteration() == OverlayConfigIterationRule.Iteration.ZYGOTE) {
            final ArrayList<IdmapInvocation> idmapInvocations =
                    overlayConfig.getImmutableFrameworkOverlayIdmapInvocations();
                    overlayConfig.getImmutableFrameworkOverlayIdmapInvocations("android");
            assertEquals(3, idmapInvocations.size());

            final IdmapInvocation i0 = idmapInvocations.get(0);