try NDK r18

This commit is contained in:
khanhduytran0 2020-10-31 20:44:02 +07:00
parent b407bc26d3
commit fce8176743
2 changed files with 7 additions and 2 deletions

View File

@ -44,8 +44,10 @@ Based on http://openjdk.java.net/projects/mobile/android.html
### Run in this directory:
```
export JDK_DEBUG_LEVEL=[release/fastdebug/debug]
# If want change, set it
export NDK_VERSION=r14
export JDK_DEBUG_LEVEL=[release/fastdebug/debug]
./extractndk.sh
./getlibs.sh
./maketoolchain.sh

View File

@ -1,4 +1,7 @@
export NDK_VERSION=r14
if [ -z "$NDK_VERSION" ]
then
export NDK_VERSION=r18
fi
if [ -z "$JDK_DEBUG_LEVEL" ]
then