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

Commit ff5182de authored by Treehugger Robot's avatar Treehugger Robot Committed by Automerger Merge Worker
Browse files

Merge "Replace test_min_api_level with test_options.min_shipping_api_level" am: 3589db8c

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

Change-Id: Id9c39332454f3b9ab8f45487b1eaf34b27274e40
parents 3a9fc6ea 3589db8c
Loading
Loading
Loading
Loading
+3 −1
Original line number Original line Diff line number Diff line
@@ -187,7 +187,9 @@ cc_test {
        "libstorage_literals_headers",
        "libstorage_literals_headers",
        "libfiemap_headers",
        "libfiemap_headers",
    ],
    ],
    test_min_api_level: 30,
    test_options: {
        min_shipping_api_level: 30,
    },
    auto_gen_config: true,
    auto_gen_config: true,
    require_root: false,
    require_root: false,
}
}