Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 390851dd authored by David Anderson's avatar David Anderson Committed by Gerrit Code Review
Browse files

Merge "fs_mgr: Restrict dt fstabs to < Q devices."

parents 412eacb7 05ffcf2d
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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,
+1 −1
Original line number Diff line number Diff line
@@ -102,7 +102,7 @@ TEST(fs, PartitionTypes) {
}

TEST(fs, NoDtFstab) {
    if (GetVsrLevel() <= __ANDROID_API_S__) {
    if (GetVsrLevel() < __ANDROID_API_Q__) {
        GTEST_SKIP();
    }