Skip to content

Commit

Permalink
Merge pull request #22368 from karalabe/ndk-bump
Browse files Browse the repository at this point in the history
travis: bump Android NDK version
  • Loading branch information
karalabe authored Feb 23, 2021
2 parents cdb6a84 + c9aa267 commit b502c86
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -145,9 +145,9 @@ jobs:
- export GOPATH=$HOME/go
script:
# Build the Android archive and upload it to Maven Central and Azure
- curl https://dl.google.com/android/repository/android-ndk-r19b-linux-x86_64.zip -o android-ndk-r19b.zip
- unzip -q android-ndk-r19b.zip && rm android-ndk-r19b.zip
- mv android-ndk-r19b $ANDROID_HOME/ndk-bundle
- curl https://dl.google.com/android/repository/android-ndk-r21e-linux-x86_64.zip -o android-ndk-r21e.zip
- unzip -q android-ndk-r21e.zip && rm android-ndk-r21e.zip
- mv android-ndk-r21e $ANDROID_HOME/ndk-bundle

- mkdir -p $GOPATH/src/github.com/ethereum
- ln -s `pwd` $GOPATH/src/github.com/ethereum/go-ethereum
Expand Down

0 comments on commit b502c86

Please sign in to comment.