Add VSR min API level

Bug: 331231122
Test: atest VtsNfcBehaviorChangesTest
Change-Id: I6685e75f04330c9f5d497ce219d8da00a753ffdf
This commit is contained in:
Steve Pomeroy
2024-03-22 18:51:37 +00:00
parent 7f50205333
commit 9cd1970b9b

View File

@@ -83,6 +83,9 @@ cc_test {
"server_configurable_flags",
],
require_root: true,
test_options: {
vsr_min_shipping_api_level: 202404, // 2024Q2
},
test_suites: [
"vts",
],