vts_fs_test: Only require EROFS in T+ kernels. am: aee8ddbc46 am: 0375a89f9a
Original change: https://googleplex-android-review.googlesource.com/c/platform/system/core/+/19293151 Change-Id: If5813a6f87a33d0e597f43e1aaa873a419aa32d4 Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
This commit is contained in:
commit
c134d822c5
1 changed files with 2 additions and 2 deletions
|
|
@ -28,8 +28,8 @@ static int GetVsrLevel() {
|
|||
}
|
||||
|
||||
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();
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue