mirror of
https://github.com/msfjarvis/compose-lobsters
synced 2025-08-17 08:37:03 +05:30
scripts/boot_emulator: dynamically set AVD name
Signed-off-by: Harsh Shandilya <me@msfjarvis.dev>
This commit is contained in:
parent
3d93f9b04b
commit
88a309712d
1 changed files with 1 additions and 1 deletions
|
@ -16,7 +16,7 @@ API_LEVEL="${ANDROID_API_LEVEL:-30}"
|
|||
|
||||
echo no | "${ANDROID_SDK_ROOT}"/cmdline-tools/latest/bin/avdmanager create avd \
|
||||
--force \
|
||||
-n Pixel_XL_API_30 \
|
||||
-n "Pixel_XL_API_${API_LEVEL}" \
|
||||
--abi 'google_apis/x86' \
|
||||
--package "system-images;android-${API_LEVEL};google_apis;x86" \
|
||||
--device 'pixel_xl'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue