Updates:
Status: WorkingAsIntended
Comment #4 on issue 2332 by [email protected]: Usage of Android NDK
toolchain is incorrect.
http://code.google.com/p/v8/issues/detail?id=2332
Well, the solution is the following:
Download the Android NDK as tarball via the website - static libraries
inside.
Build V8 - works just fine.
That's what the instructions in our wiki tell you to do, and what our
scripts support. If you want to do things differently (such as download the
NDK via git and compile it from source), that's totally fine, but you'll
have to do it yourself. You're also free to contribute a patch; if it makes
life easier for you and others and doesn't break existing behavior, we'll
probably accept it. (Note that I don't want to lose the ability to use the
precompiled NDK; and I'm also quite hesitant to add a lot of complexity to
the build system to support a corner case.)
--
v8-dev mailing list
[email protected]
http://groups.google.com/group/v8-dev