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

Commit 67f91ae6 authored by Automerger Merge Worker's avatar Automerger Merge Worker
Browse files

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

Change-Id: Id3475f7e2d60a4a5cb353985af8cc7b8a2159675
parents 159f25ae 38a0fd1a
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;
    }