mirror of
https://github.com/radareorg/radare2.git
synced 2024-12-03 02:41:08 +00:00
6213779213
- add documentation for installing NDK in archlinux64 - fixes build for android-arm * Import android targets for the build farm
4 lines
80 B
Bash
Executable File
4 lines
80 B
Bash
Executable File
#!/bin/sh
|
|
cd `dirname $PWD/$0`
|
|
./android-shell.sh ./android-build.sh arm-static
|