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

Commit 0f467cc8 authored by Greg Kaiser's avatar Greg Kaiser
Browse files

Revert "Detect system_ext provenance for APKs-in-APEX"

This reverts commit abf29541.

Reason for revert: This breaks wembley boot, as TreeHugger repeatedly pointed out on this CL, and which was ignored.
Bug: 205967276

Change-Id: Ic5ecc257ec79a759d124da459e0fb584f62c471b
parent abf29541
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -152,7 +152,7 @@ final class InitAndSystemPackageHelper {
        for (int i = 0, size = SYSTEM_PARTITIONS.size(); i < size; i++) {
            ScanPartition sp = SYSTEM_PARTITIONS.get(i);
            if (apexInfo.preInstalledApexPath.getAbsolutePath().startsWith(
                    sp.getFolder().getAbsolutePath() + File.separator)) {
                    sp.getFolder().getAbsolutePath())) {
                return new ScanPartition(apexInfo.apexDirectory, sp, SCAN_AS_APK_IN_APEX);
            }
        }