mirror of
https://github.com/AngelAuraMC/angelauramc-openjdk-build.git
synced 2025-09-12 05:34:56 -04:00
Update setdevkitpath.sh
This commit is contained in:
parent
b859aade9d
commit
d5c582b9d1
@ -6,9 +6,12 @@
|
|||||||
|
|
||||||
export NDK=$NDK_HOME
|
export NDK=$NDK_HOME
|
||||||
export ANDROID_DEVKIT=$NDK/generated-toolchains/android-arm64-toolchain
|
export ANDROID_DEVKIT=$NDK/generated-toolchains/android-arm64-toolchain
|
||||||
export TOOLCHAIN=$NDK/generated-toolchains/android-arm64-toolchain
|
export TOOLCHAIN=$ANDROID_DEVKIT
|
||||||
export TARGET=aarch64-linux-android
|
export TARGET=aarch64-linux-android
|
||||||
|
|
||||||
|
export CPPFLAGS="-I$TOOLCHAIN/sysroot/usr/include"
|
||||||
|
export LDFLAGS='-L$TOOLCHAIN/sysroot/usr/lib'
|
||||||
|
|
||||||
# Configure and build.
|
# Configure and build.
|
||||||
# Deprecated...
|
# Deprecated...
|
||||||
export AR=$TOOLCHAIN/bin/$TARGET-ar
|
export AR=$TOOLCHAIN/bin/$TARGET-ar
|
||||||
|
Loading…
x
Reference in New Issue
Block a user