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

Commit dc65c78f authored by Ryan Mitchell's avatar Ryan Mitchell Committed by Android (Google) Code Review
Browse files

Merge "Fix overlaying shared libraries" into rvc-dev

parents a38ba93e 41b93d8c
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;
    }