Skip to content

Commit

Permalink
Remove all NDK hacks (#132)
Browse files Browse the repository at this point in the history
  • Loading branch information
TWiStErRob authored Aug 11, 2022
1 parent 6eb3a96 commit 2dc1da1
Showing 1 changed file with 0 additions and 17 deletions.
17 changes: 0 additions & 17 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,13 +27,6 @@ jobs:

- name: Set up Android SDK components.
run: |
# Remove ndk-bundle, because it's not used and it emits a warning:
# > Warning: Observed package id 'ndk;21.4.7075529'
# > in inconsistent location '/usr/local/lib/android/sdk/ndk-bundle'
# > (Expected '/usr/local/lib/android/sdk/ndk/21.4.7075529')
#echo rm /usr/local/lib/android/sdk/ndk-bundle
#rm /usr/local/lib/android/sdk/ndk-bundle
# The following are already done by setup-android@v2 action:
# sdkmanager --install "cmdline-tools;latest"
# sdkmanager --install "tools"
Expand Down Expand Up @@ -158,11 +151,6 @@ jobs:

- name: Set up Android SDK components.
run: |
# Uninstall NDK, because it's not used and it emits a warning:
# Warning: Observed package id 'ndk;21.4.7075529' in inconsistent location '/usr/local/lib/android/sdk/ndk-bundle' (Expected '/usr/local/lib/android/sdk/ndk/21.4.7075529')
echo sdkmanager --uninstall "ndk;21.4.7075529"
sdkmanager --uninstall "ndk;21.4.7075529"
# The following are already done by setup-android@v2 action:
# sdkmanager --install "cmdline-tools;latest"
# sdkmanager --install "tools"
Expand Down Expand Up @@ -264,11 +252,6 @@ jobs:

- name: Set up Android SDK components.
run: |
# Uninstall NDK, because it's not used and it emits a warning:
# Warning: Observed package id 'ndk;21.4.7075529' in inconsistent location '/usr/local/lib/android/sdk/ndk-bundle' (Expected '/usr/local/lib/android/sdk/ndk/21.4.7075529')
echo sdkmanager --uninstall "ndk;21.4.7075529"
sdkmanager --uninstall "ndk;21.4.7075529"
# The following are already done by setup-android@v2 action:
# sdkmanager --install "cmdline-tools;latest"
# sdkmanager --install "tools"
Expand Down

0 comments on commit 2dc1da1

Please sign in to comment.