Revision: 12185
Author: [email protected]
Date: Wed Jul 25 05:44:29 2012
Log: Edited wiki page D8OnAndroid through web user interface.
http://code.google.com/p/v8/source/detail?r=12185
Modified:
/wiki/D8OnAndroid.wiki
=======================================
--- /wiki/D8OnAndroid.wiki Wed Jul 25 02:28:07 2012
+++ /wiki/D8OnAndroid.wiki Wed Jul 25 05:44:29 2012
@@ -4,7 +4,7 @@
=Prerequisites=
* a Linux/Mac workstation
* v8 r12178 or later
- * an Android device and matching USB cable
+ * an Android emulator or device with matching USB cable
* make sure [http://code.google.com/p/v8/wiki/BuildingWithGYP building
with GYP] works
@@ -12,11 +12,6 @@
* tested versions: `r7`
* download the NDK from http://developer.android.com/sdk/ndk/index.html
* extract it
- * in a shell, `cd` to the extracted NDK's root directory, and from there
run:
-{{{
-build/tools/make-standalone-toolchain.sh --platform=android-9
--install-dir=toolchain
-}}}
- "`--platform=android-9`" is for Gingerbread and above; please note that
you *have to* use "`--install-dir=toolchain`" for the `make` command below
to work!
* export `$ANDROID_NDK_ROOT` in your shell (or `~/.bashrc`, or whatever)
@@ -49,7 +44,7 @@
=Compile V8 for Android=
-Currently two architectures (`android_arm` and `android_ia32`) are
supported, each in `debug` or `release` mode.
+Currently two architectures (`android_arm` and `android_ia32`) are
supported, each in `debug` or `release` mode. The following steps work
equally well for both ARM and ia32, on either the emulator or real devices.
* compile:
{{{
make android_arm.release -j16
--
v8-dev mailing list
[email protected]
http://groups.google.com/group/v8-dev