Do not enforce EROFS for android-T and below. am: b2182ee8e0 am: ea705b6886 am: ee8996c310

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

Change-Id: Ie5bc1e56106af916cfb9eaa89240d03d200ad944
Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
This commit is contained in:
P.Adarsh Reddy 2022-07-13 17:59:11 +00:00 committed by Automerger Merge Worker
commit 6bc4d48268

View file

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