fixed android ndk tools path
This commit is contained in:
parent
90b45ab2e9
commit
2e4f2fc4af
|
@ -25,7 +25,7 @@ export PATH=$ANDROID_SDK_HOME/platform-tools:$PATH
|
|||
export PATH=$ANDROID_SDK_HOME/tools:$PATH
|
||||
|
||||
# ndk tools
|
||||
export PATH=$ANDROID_NDK:$PATH
|
||||
export PATH=$ANDROID_NDK/build/tools:$PATH
|
||||
|
||||
### ### ###
|
||||
### backup the android app
|
||||
|
|
Loading…
Reference in New Issue