Fix NDK build, Take II

Summary:
There was one incorrect path and some caching problems. I hope this will take
care of it for good.

Reviewed By: emilsjolander

Differential Revision: D5470120

fbshipit-source-id: 17c9e783c952c92fa5c2ccfb18107a59d8a80e3d
This commit is contained in:
Pascal Hartig
2017-07-21 08:26:56 -07:00
committed by Facebook Github Bot
parent 7ea50439ce
commit c9384762ee
2 changed files with 10 additions and 10 deletions

View File

@@ -76,7 +76,7 @@ before_install:
source scripts/android-setup.sh && installAndroidSDK
export ANDROID_SDK=$ANDROID_HOME
export ANDROID_NDK_REPOSITORY=$HOME/android-ndk
export ANDROID_NDK_HOME=$ANDROID_NDK_REPOSITORY/android-ndk-13b
export ANDROID_NDK_HOME=$ANDROID_NDK_REPOSITORY/android-ndk-r13b
fi
# JavaScript