Skip to content

Commit

Permalink
upgrade ndk to r16b - facebook#2040
Browse files Browse the repository at this point in the history
  • Loading branch information
eldk committed Feb 2, 2018
1 parent 775facc commit 54db8c0
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions circle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@ jobs:
- run:
name: Setup NDK
command: |
wget --quiet https://dl.google.com/android/repository/android-ndk-r15c-linux-x86_64.zip
unzip -q android-ndk-r15c-linux-x86_64.zip -d /home/circleci
echo "ndk.dir=/home/circleci/android-ndk-r15c" >> /home/circleci/fresco/local.properties
wget --quiet https://dl.google.com/android/repository/android-ndk-r16b-linux-x86_64.zip
unzip -q android-ndk-r16b-linux-x86_64.zip -d /home/circleci
echo "ndk.dir=/home/circleci/android-ndk-r16b" >> /home/circleci/fresco/local.properties
- run:
name: "NDK Fix: https://github.com/android-ndk/ndk/issues/188"
command: sudo apt-get install file
Expand Down

0 comments on commit 54db8c0

Please sign in to comment.