Android: Use app platform 18
This commit is contained in:
parent
53a5914a4c
commit
aeb26be748
@ -25,7 +25,7 @@ export PATH="${PATH}:${TOOLCHAIN_DIR}/bin"
|
||||
# Clean up before build
|
||||
rm -rf "${TOOLCHAIN_DIR}" "${PREFIX}"
|
||||
|
||||
bash $MAKE_TOOLCHAIN --platform="${NDK_PLATFORM:-android-14}" \
|
||||
bash $MAKE_TOOLCHAIN --platform="${NDK_PLATFORM:-android-18}" \
|
||||
--arch="$ARCH" \
|
||||
--install-dir="$TOOLCHAIN_DIR" && \
|
||||
./configure --host="${HOST_COMPILER}" \
|
||||
|
Loading…
Reference in New Issue
Block a user