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

Commit 4e71e801 authored by Automerger Merge Worker's avatar Automerger Merge Worker
Browse files

Merge "Fix overlaying shared libraries" into rvc-dev am: dc65c78f

Change-Id: Iac8f106fe0171beb54d9bb5de34de83979fc7658
parents 285e379c dc65c78f
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -389,7 +389,7 @@ public class PackageInfoWithoutStateUtils {
            ai.category = FallbackCategoryProvider.getFallbackCategory(ai.packageName);
        }
        ai.seInfoUser = SELinuxUtil.assignSeinfoUser(state);
        ai.resourceDirs = state.getOverlayPaths();
        ai.resourceDirs = state.getAllOverlayPaths();

        return ai;
    }