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

Commit eebd7f2b authored by Treehugger Robot's avatar Treehugger Robot Committed by Gerrit Code Review
Browse files

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

parents 932e069f a571d4a9
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -28,8 +28,8 @@ static int GetVsrLevel() {
}

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