Update Android API level to 30. (#8717)

This commit is contained in:
Edward Chen 2021-08-12 18:01:13 -07:00 committed by GitHub
parent d9d0228d0b
commit 76d21bbeb2
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -21,7 +21,7 @@ jobs:
- script: |
python3 tools/python/run_android_emulator.py \
--android-sdk-root ${ANDROID_SDK_ROOT} \
--create-avd --system-image "system-images;android-29;google_apis;x86_64" \
--create-avd --system-image "system-images;android-30;google_apis;x86_64" \
--start --emulator-extra-args="-partition-size 4096" \
--emulator-pid-file $(Build.BinariesDirectory)/emulator.pid
displayName: Start Android emulator
@ -41,7 +41,7 @@ jobs:
--android_sdk_path $ANDROID_HOME \
--android_ndk_path $ANDROID_NDK_HOME \
--android_abi=x86_64 \
--android_api=29 \
--android_api=30 \
--skip_submodule_sync \
--parallel \
--cmake_generator=Ninja \