0
0
mirror of https://github.com/OpenVPN/openvpn3.git synced 2024-09-20 20:13:05 +02:00
openvpn3/android-sdk-path
James Yonan 7e0490f647 Updated Android SDK, NDK, and build scripts:
SDK: adt-bundle-mac-x86_64-20131030
NDK: android-ndk-r9c
2014-01-13 17:48:37 -07:00

6 lines
263 B
Plaintext

# setup PATH for Android SDK and NDK
AD=$HOME/src/android
export SDK=$AD/adt-bundle-mac-x86_64-20131030/sdk
export NDK=$AD/android-ndk-r9c
[ "$NO_MOD_PATH" != "1" ] && export PATH="$SDK/tools:$SDK/platform-tools:$AD/tc/bin:$AD/tc/arm-linux-androideabi/bin:$PATH"