mirror of
https://github.com/radareorg/radare2.git
synced 2025-02-12 01:25:35 +00:00
5 lines
104 B
Bash
Executable File
5 lines
104 B
Bash
Executable File
#!/bin/sh
|
|
cd `dirname $PWD/$0`
|
|
export CFLAGS="-O3"
|
|
./android-shell.sh arm ./android-build.sh arm-static
|