Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(552)

Unified Diff: docs/d8_on_android.md

Issue 1413693009: [mac] Fix cross-compilation for Android from a Mac Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: Created 5 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: docs/d8_on_android.md
diff --git a/docs/d8_on_android.md b/docs/d8_on_android.md
index eda641934593ff7380eb7652f94de8e511a63e78..0bbb840fc48aa364804d9ced529fc55e52b6ac4a 100644
--- a/docs/d8_on_android.md
+++ b/docs/d8_on_android.md
@@ -46,6 +46,7 @@ adb push /file/you/want/to/push /data/local/tmp/v8/
# Compile V8 for Android
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

Powered by Google App Engine
This is Rietveld 408576698