Unverified Commit b4796915 authored by Reid Baker's avatar Reid Baker Committed by GitHub

i127682 android api 33 test support (#127689)

- try to set emulator to version 33 to see what happens

#127682
parent c0fb8ae9
...@@ -262,7 +262,7 @@ targets: ...@@ -262,7 +262,7 @@ targets:
dependencies: >- dependencies: >-
[ [
{"dependency": "android_sdk", "version": "version:33v6"}, {"dependency": "android_sdk", "version": "version:33v6"},
{"dependency": "android_virtual_device", "version": "31"} {"dependency": "android_virtual_device", "version": "33"}
] ]
tags: > tags: >
["framework","hostonly","linux"] ["framework","hostonly","linux"]
...@@ -1512,7 +1512,7 @@ targets: ...@@ -1512,7 +1512,7 @@ targets:
task_name: android_defines_test task_name: android_defines_test
dependencies: >- dependencies: >-
[ [
{"dependency": "android_virtual_device", "version": "31"} {"dependency": "android_virtual_device", "version": "33"}
] ]
use_emulator: "true" use_emulator: "true"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment