summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJustin Yun <justinyun@google.com>2021-09-28 20:34:32 +0900
committerJustin Yun <justinyun@google.com>2021-09-28 20:34:32 +0900
commit094616ea1d43c261dcc391ca7b24326a0d2241dc (patch)
treeee4c6f7f5bcba67fe2fe026b58d0ca6016737d73
parente4358273bd0e3d87d669fd258ee681d17198a489 (diff)
downloadgsid-094616ea1d43c261dcc391ca7b24326a0d2241dc.tar.gz
Replace test_min_api_level with test_options.min_shipping_api_level
Test options for the api levels are moved to test_options. test_min_api_level property will be removed with this change. Bug: 187258404 Test: build Change-Id: I4197861fe8f4279bf7cf6addcb631acbd42db468
-rw-r--r--tests/Android.bp4
1 files changed, 3 insertions, 1 deletions
diff --git a/tests/Android.bp b/tests/Android.bp
index 2cb67ab..5d90fd4 100644
--- a/tests/Android.bp
+++ b/tests/Android.bp
@@ -51,7 +51,9 @@ cc_test {
"vts",
],
auto_gen_config: true,
- test_min_api_level: 29,
+ test_options: {
+ min_shipping_api_level: 29,
+ },
require_root: true,
}