Tuesday, February 21, 2012

Android Build System, NDK Toolchain built for arm 2

The build of sunday worked only in chroot. Added -static to the CFLAGS and now it's working without chroot. Here you go: ndk.tar.gz

Just place it on your sdcard, su, cd /, tar xzf /mnt/sdcard/ndk.tar.gz
When done, you find it in /data/local

Have Fun
Ralph

2 comments:

  1. Cool. Do you think you can compile aapt with it, it's beyond my skill. aapt is available at

    http://stackoverflow.com/questions/18324102/how-do-i-download-a-single-directory-from-android-googlesource-com-or-github-com

    ReplyDelete
  2. Never mind, the AIDE project has already done it, I copied it and some /system/lib files into my Ubuntu chroot and it works fine.

    ReplyDelete