Android: Use app platform 21
This commit is contained in:
parent
9d5c067ad2
commit
adf636f5db
@ -24,7 +24,7 @@ export PATH="${PATH}:${TOOLCHAIN_DIR}/bin"
|
||||
|
||||
rm -rf "${TOOLCHAIN_DIR}" "${PREFIX}"
|
||||
|
||||
bash $MAKE_TOOLCHAIN --platform="${NDK_PLATFORM:-android-18}" \
|
||||
bash $MAKE_TOOLCHAIN --platform="${NDK_PLATFORM:-android-21}" \
|
||||
--arch="$ARCH" \
|
||||
--install-dir="$TOOLCHAIN_DIR" && \
|
||||
./configure --host="${HOST_COMPILER}" \
|
||||
|
Loading…
Reference in New Issue
Block a user