fs_mgr: Restrict dt fstabs to < Q devices.

Bug: 214857162
Test: vts_fs_test
Change-Id: Iee3c657297fa76b1131d03a638ff7f5620cea414
This commit is contained in:
David Anderson 2022-02-18 15:13:58 -08:00
parent 1889a41c88
commit 05ffcf2d9c
2 changed files with 2 additions and 2 deletions

View file

@ -96,7 +96,7 @@ cc_test {
"device-tests",
],
test_options: {
min_shipping_api_level: 31,
min_shipping_api_level: 29,
},
require_root: true,
auto_gen_config: true,

View file

@ -102,7 +102,7 @@ TEST(fs, PartitionTypes) {
}
TEST(fs, NoDtFstab) {
if (GetVsrLevel() <= __ANDROID_API_S__) {
if (GetVsrLevel() < __ANDROID_API_Q__) {
GTEST_SKIP();
}