Skip to content

Commit 630d880

Browse files
committed
CI: Comment out GMD image installation in baseline profile generation workflow
The GMD image installation step in the `generate-baseline-profile.yml` workflow has been commented out.
1 parent 415a503 commit 630d880

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/generate-baseline-profile.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,9 @@ jobs:
1212
- name: Setting up project
1313
uses: ./.github/actions/setup
1414

15-
16-
- name: Install GMD image for baseline profile generation
17-
run: yes | "$ANDROID_HOME"/cmdline-tools/latest/bin/sdkmanager "system-images;android-34;aosp_atd;x86_64"
15+
#
16+
# - name: Install GMD image for baseline profile generation
17+
# run: yes | "$ANDROID_HOME"/cmdline-tools/latest/bin/sdkmanager "system-images;android-34;aosp_atd;x86_64"
1818

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

0 commit comments

Comments
 (0)