mirror of
https://github.com/jedisct1/libsodium.git
synced 2026-08-25 08:37:13 +09:00
Android: Use app platform 21
This commit is contained in:
@@ -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}" \
|
||||
|
||||
Reference in New Issue
Block a user