Pages

Monday, November 9, 2009

The NDK tarball is ready for test

I have released a NDK tarball. It is based on the original work from guillaume.etievent@laposte.net.
The tarball includes following things:
1. original arm NDK that built from android-x86 source tree.
2. the x86 NDK support.

To use the x86 support from the NDK tarball, the only extra thing you need to do is to add TARGET_PRODUCT=eeepc to your compile command line. I hope that we could have a better compile flag to tell the targeted CPU type. But I would rather to collect some feedbacks before I moving further.

Please send your comments/questions/suggestions to android-x86 discussion group.

Yi