Build against NDK 20 in Travis (#534)
Summary: Pull Request resolved: https://github.com/facebook/flipper/pull/534 Per title Reviewed By: jknoxville Differential Revision: D17161793 fbshipit-source-id: 6d239f9458530290f2f04e5cd165d663a2363cef
This commit is contained in:
committed by
Facebook Github Bot
parent
3dfd9a92e4
commit
783f6134b1
@@ -111,12 +111,12 @@ matrix:
|
||||
before_install:
|
||||
- yes | sdkmanager "platforms;android-27"
|
||||
- echo "y" | sdkmanager "cmake;3.6.4111459"
|
||||
- wget -q https://dl.google.com/android/repository/android-ndk-r17b-linux-x86_64.zip
|
||||
- wget -q https://dl.google.com/android/repository/android-ndk-r20-linux-x86_64.zip
|
||||
- mkdir -p temp-android-ndk
|
||||
- mv ./android-ndk-r17b-linux-x86_64.zip temp-android-ndk
|
||||
- mv ./android-ndk-r20-linux-x86_64.zip temp-android-ndk
|
||||
- cd temp-android-ndk
|
||||
- unzip -q android-ndk-r17b-linux-x86_64.zip
|
||||
- export ANDROID_NDK_HOME=`pwd`/android-ndk-r17b
|
||||
- unzip -q android-ndk-r20-linux-x86_64.zip
|
||||
- export ANDROID_NDK_HOME=`pwd`/android-ndk-r20
|
||||
- export PATH=${PATH}:${ANDROID_NDK_HOME}
|
||||
- cd ../
|
||||
script:
|
||||
|
||||
Reference in New Issue
Block a user