This website requires JavaScript.
Explore
Help
Register
Sign In
Magic-Mirror
/
radare2
Watch
1
Star
0
Fork
0
You've already forked radare2
mirror of
https://github.com/radareorg/radare2.git
synced
2024-12-14 16:59:08 +00:00
Code
Issues
Actions
6
Packages
Projects
Releases
Wiki
Activity
2f03d1dbb6
radare2
/
sys
/
android-x86.sh
5 lines
97 B
Bash
Raw
Normal View
History
Unescape
Escape
* Avoid use of extended arm instructions for ut64 - add documentation for installing NDK in archlinux64 - fixes build for android-arm * Import android targets for the build farm
2011-09-25 19:07:34 +00:00
#!/bin/sh
cd
`
dirname
$PWD
/
$0
`
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-02 23:27:52 +00:00
export
CFLAGS
=
"-O3"
./android-shell.sh x86 ./android-build.sh x86
Reference in New Issue
Copy Permalink