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

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

Change-Id: I9f1bb4005459345e536f04cef5f26aa2277963d8
Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
This commit is contained in:
David Anderson 2022-07-14 23:57:36 +00:00 committed by Automerger Merge Worker
commit 8504d681de

View file

@ -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();
}