radare2/sys/android-mips.sh
pancake a8757a695f Fix android build and add r_core->anal_define api
Fix static build (libr.a)
Fix android build farm scripts
Build system is still hacky
2012-09-03 01:27:52 +02:00

6 lines
136 B
Bash
Executable File

#!/bin/sh
cd `dirname $PWD/$0`
# PIC required for mips
export CFLAGS="-O3 -fPIC"
./android-shell.sh mips ./android-build.sh mips-static