fixed android ndk tools path

This commit is contained in:
JohnE 2015-05-16 16:52:17 -07:00
parent 90b45ab2e9
commit 2e4f2fc4af
1 changed files with 1 additions and 1 deletions

View File

@ -25,7 +25,7 @@ export PATH=$ANDROID_SDK_HOME/platform-tools:$PATH
export PATH=$ANDROID_SDK_HOME/tools:$PATH export PATH=$ANDROID_SDK_HOME/tools:$PATH
# ndk tools # ndk tools
export PATH=$ANDROID_NDK:$PATH export PATH=$ANDROID_NDK/build/tools:$PATH
### ### ### ### ### ###
### backup the android app ### backup the android app