Skip to content

Commit

Permalink
android-31
Browse files Browse the repository at this point in the history
  • Loading branch information
jchen351 committed Oct 2, 2024
1 parent 228c0b3 commit 2b2cfc8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ steps:
set -e -x
python3 tools/python/run_android_emulator.py \
--android-sdk-root $(ANDROID_SDK_ROOT) \
--create-avd --system-image "system-images;android-31;default;x86_64"
--create-avd --system-image "system-images;android-33;default;x86_64"
displayName: Create Android Emulator
- ${{ if eq(parameters.start, true) }}:
Expand Down
2 changes: 1 addition & 1 deletion tools/python/run_android_emulator.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ def parse_args():
parser.add_argument("--android-sdk-root", required=True, help="Path to the Android SDK root.")
parser.add_argument(
"--system-image",
default="system-images;android-31;default;x86_64",
default="system-images;android-33;default;x86_64",
help="The Android system image package name.",
)
parser.add_argument("--avd-name", default="ort_android", help="The Android virtual device name.")
Expand Down

0 comments on commit 2b2cfc8

Please sign in to comment.