summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2022-08-13 20:17:08 +0000
committerAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2022-08-13 20:17:08 +0000
commitb5d7447b9990ff245725011e6189e06b3527c2f3 (patch)
tree657b97d241906f076b6df57c13cf805f4e447107
parent241f93b1a5888e43758291e93d27608c50004169 (diff)
parent40548a48da4207ff4bb73d0c74f72a2084b9fa39 (diff)
downloadcore-aml_adb_331113120.tar.gz
Snap for 8944493 from 40548a48da4207ff4bb73d0c74f72a2084b9fa39 to mainline-adbd-releaseaml_adb_331113120aml_adb_331011050aml_adb_331011040android13-mainline-adbd-release
Change-Id: I7681343bb70423fa46e347fcc5b6837ed011aedf
-rw-r--r--fs_mgr/tests/vts_fs_test.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/fs_mgr/tests/vts_fs_test.cpp b/fs_mgr/tests/vts_fs_test.cpp
index 3f1210396..ae8e45992 100644
--- a/fs_mgr/tests/vts_fs_test.cpp
+++ b/fs_mgr/tests/vts_fs_test.cpp
@@ -28,8 +28,8 @@ static int GetVsrLevel() {
}
TEST(fs, ErofsSupported) {
- // U and higher for this test.
- if (GetVsrLevel() <= __ANDROID_API_T__) {
+ // T-launch GKI kernels and higher must support EROFS.
+ if (GetVsrLevel() < __ANDROID_API_T__) {
GTEST_SKIP();
}