Skip to content

Commit

Permalink
Remove ndk.dir setting from Android CI config
Browse files Browse the repository at this point in the history
  • Loading branch information
matteblair committed Jan 8, 2024
1 parent c572017 commit 6d34ae2
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,8 +53,6 @@ jobs:
- android-ccache-v4-{{ .Branch }}
- android-ccache-v4
- run: ccache --zero-stats
# Tell gradle to use pre-installed NDK. This setting is deprecated, but android.ndkPath is ignored for some reason.
- run: echo "ndk.dir=$ANDROID_NDK_HOME" > platforms/android/local.properties
- run: |
cd platforms/android && ./gradlew demo:assembleDebug \
-Ptangram.abis=arm64-v8a \
Expand All @@ -76,8 +74,6 @@ jobs:
- android-release-ccache-v2-{{ .Branch }}
- android-release-ccache-v2
- run: ccache --zero-stats
# Tell gradle to use pre-installed NDK. This setting is deprecated, but android.ndkPath is ignored for some reason.
- run: echo "ndk.dir=$ANDROID_NDK_HOME" > platforms/android/local.properties
# Configure publishing credentials.
- run: echo "$SIGNING_SECRET_KEYRING_BASE64" | base64 --decode > platforms/android/tangram/secring.gpg
# Build and upload snapshot.
Expand Down

0 comments on commit 6d34ae2

Please sign in to comment.