Revert "Do not enforce EROFS for android-T and below." am: 3282850933 am: 8504d681de

Original change: https://googleplex-android-review.googlesource.com/c/platform/system/core/+/19293150

Change-Id: I5e3a70e288c82346124ec0c36f77c1a78bdf343c
Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
diff --git a/fs_mgr/tests/vts_fs_test.cpp b/fs_mgr/tests/vts_fs_test.cpp
index 3f12103..aac2cfd 100644
--- a/fs_mgr/tests/vts_fs_test.cpp
+++ b/fs_mgr/tests/vts_fs_test.cpp
@@ -28,8 +28,8 @@
 }
 
 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();
     }