Skip to content

Commit d04631c

Browse files
Install default GMD image instead of aosp one
1 parent 3a67841 commit d04631c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ jobs:
6666
ls /dev/kvm
6767
6868
- name: Install GMD image for baseline profile generation
69-
run: yes | "$ANDROID_HOME"/cmdline-tools/latest/bin/sdkmanager "system-images;android-34;aosp;x86_64"
69+
run: yes | "$ANDROID_HOME"/cmdline-tools/latest/bin/sdkmanager "system-images;android-34;default;x86_64" # not all combinations of system images are available in all API level
7070

7171
- name: Accept Android licenses
7272
run: yes | "$ANDROID_HOME"/cmdline-tools/latest/bin/sdkmanager --licenses || true

0 commit comments

Comments
 (0)