mirror of
https://github.com/servalproject/serval-dna.git
synced 2024-12-21 06:03:12 +00:00
5 lines
136 B
Bash
5 lines
136 B
Bash
|
#!/bin/sh
|
||
|
export TARGET_ARCH=mips32
|
||
|
export CFLAGS="-Os"
|
||
|
ARCH=mips HOST_COMPILER=mipsel-linux-android "$(dirname "$0")/android-build.sh"
|