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 |