commit | aee8ddbc46b8933e187b1991c4bf36926c01adb7 | [log] [tgz] |
---|---|---|
author | David Anderson <dvander@google.com> | Wed Jul 13 16:45:11 2022 -0700 |
committer | David Anderson <dvander@google.com> | Thu Jul 14 17:47:51 2022 +0000 |
tree | 657b97d241906f076b6df57c13cf805f4e447107 | |
parent | 3282850933b8bc6a630bdb432bbfe3dd5b5e3ee3 [diff] |
vts_fs_test: Only require EROFS in T+ kernels. Bug: 237765186 Test: vts_fs_test Ignore-AOSP-First: cherry-pick Change-Id: I294535953bfbe0f246347487b746d3adf2fca1aa Merged-In: I294535953bfbe0f246347487b746d3adf2fca1aa
diff --git a/fs_mgr/tests/vts_fs_test.cpp b/fs_mgr/tests/vts_fs_test.cpp index aac2cfd..ae8e459 100644 --- a/fs_mgr/tests/vts_fs_test.cpp +++ b/fs_mgr/tests/vts_fs_test.cpp
@@ -28,8 +28,8 @@ } TEST(fs, ErofsSupported) { - // S and higher for this test. - if (GetVsrLevel() < __ANDROID_API_S__) { + // T-launch GKI kernels and higher must support EROFS. + if (GetVsrLevel() < __ANDROID_API_T__) { GTEST_SKIP(); }