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

Commit ffda48e9 authored by David Anderson's avatar David Anderson
Browse files

Revert "Do not enforce EROFS for android-T and below."

This reverts commit a571d4a9.

Reason for revert: Incorrect fix

Change-Id: I6586c8e53cc89418d1802807a1a2e108f7e825d3
parent 10126261
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -28,8 +28,8 @@ static int GetVsrLevel() {
}

TEST(fs, ErofsSupported) {
    // U and higher for this test.
    if (GetVsrLevel() <= __ANDROID_API_T__) {
    // S and higher for this test.
    if (GetVsrLevel() < __ANDROID_API_S__) {
        GTEST_SKIP();
    }