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

Commit 40548a48 authored by David Anderson's avatar David Anderson Committed by Automerger Merge Worker
Browse files

vts_fs_test: Only require EROFS in T+ kernels. am: aee8ddbc am: 0375a89f

parents 73ee5949 0375a89f
Loading
Loading
Loading
Loading
+2 −2
Original line number Original line Diff line number Diff line
@@ -28,8 +28,8 @@ static int GetVsrLevel() {
}
}


TEST(fs, ErofsSupported) {
TEST(fs, ErofsSupported) {
    // S and higher for this test.
    // T-launch GKI kernels and higher must support EROFS.
    if (GetVsrLevel() < __ANDROID_API_S__) {
    if (GetVsrLevel() < __ANDROID_API_T__) {
        GTEST_SKIP();
        GTEST_SKIP();
    }
    }