mirror of
https://github.com/AngelAuraMC/angelauramc-openjdk-build.git
synced 2025-09-19 00:55:29 -04:00
try NDK r18
This commit is contained in:
parent
b407bc26d3
commit
fce8176743
@ -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
|
||||
|
@ -1,4 +1,7 @@
|
||||
export NDK_VERSION=r14
|
||||
if [ -z "$NDK_VERSION" ]
|
||||
then
|
||||
export NDK_VERSION=r18
|
||||
fi
|
||||
|
||||
if [ -z "$JDK_DEBUG_LEVEL" ]
|
||||
then
|
||||
|
Loading…
x
Reference in New Issue
Block a user