Skip to content

Commit

Permalink
mod: accept android licenses for android 14
Browse files Browse the repository at this point in the history
  • Loading branch information
LEE JI WOO committed Dec 28, 2023
1 parent 90c2169 commit eab68d9
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/github-action-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,11 @@ jobs:
distribution: 'zulu' # See 'Supported distributions' for available options
java-version: '17'

- name: Setup Android SDK
uses: android-actions/setup-android@v3
- name: Install GMD image for baseline profile generation
run: yes | "$ANDROID_HOME"/cmdline-tools/latest/bin/sdkmanager "system-images;android-34;aosp_atd;x86_64"

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

- name: Grant execute permission for gradlew
run: chmod +x gradlew
Expand Down

0 comments on commit eab68d9

Please sign in to comment.