osrm-backend/scripts/android-ndk/mips-9-r13b/script.sh
Daniel J. Hofmann ce1141982b Squashed 'third_party/mason/' changes from 6b4c359..c7a9670
git-subtree-dir: third_party/mason
git-subtree-split: c7a967003a7113a17faafe3b41082ad1ae3f1c2f
2017-02-15 11:48:43 +01:00

14 lines
396 B
Bash
Executable File

#!/usr/bin/env bash
MASON_NAME=android-ndk
MASON_VERSION=$(basename $(dirname "${BASH_SOURCE[0]}"))
MASON_LIB_FILE=
export MASON_ANDROID_TOOLCHAIN="mipsel-linux-android"
export MASON_CFLAGS="-target mipsel-none-linux-android -mips32"
export MASON_LDFLAGS=""
export MASON_ANDROID_ABI="mips"
export MASON_ANDROID_NDK_ARCH="mips"
. ${MASON_DIR}/scripts/android-ndk/script-${MASON_VERSION##*-}.sh