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

Commit a37881db authored by Tao Bao's avatar Tao Bao Committed by android-build-merger
Browse files

Merge "RecoverySystem: Enable the package compatibility verification." into oc-dev am: a532f4d7

am: 9da21902

Change-Id: Ic99e657d13ee7a6390aa1af57ce3b85925e953be
parents d605930b 9da21902
Loading
Loading
Loading
Loading
+1 −3
Original line number Diff line number Diff line
@@ -353,9 +353,7 @@ public class RecoverySystem {
        if (list.isEmpty()) {
            throw new IOException("no entries found in the compatibility file");
        }
        // TODO(b/36814503): Enable the actual verification when VintfObject APIs are ready.
        // return (VintfObject.verify(list.toArray(new String[list.size()])) == 0);
        return true;
        return (VintfObject.verify(list.toArray(new String[list.size()])) == 0);
    }

    /**