1#!/bin/sh
2export TARGET_ARCH=mips32
3export CFLAGS="-Os"
4ARCH=mips HOST_COMPILER=mipsel-linux-android "$(dirname "$0")/android-build.sh"
5