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

Unified Diff: blimp/docs/build.md

Issue 2104003003: Update Build and Running documentation. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Addressing Kevin's CR comments Created 4 years, 6 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
« no previous file with comments | « no previous file | blimp/docs/running.md » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: blimp/docs/build.md
diff --git a/blimp/docs/build.md b/blimp/docs/build.md
index 638cefa76f78b2e30f1f7ded48905db4311de2d5..0df09d756a38cb60926cdaa8cd3c50a7a1ad48fd 100644
--- a/blimp/docs/build.md
+++ b/blimp/docs/build.md
@@ -1,3 +1,10 @@
+[TOC]
+
+# Checkout
+If you want to build the Android client then you will need to follow
+instructions [here](https://www.chromium.org/developers/how-tos/android-build-instructions)
+to sync Android related code as well.
+
# Using GN
Blimp only supports building using [GN](../../tools/gn/README.md). A quick
overview over how to use GN can be found in the GN
@@ -45,6 +52,10 @@ To add your own build preferences:
gn args out-android/Debug
```
+For example, you can build `x86` APK by adding `target_cpu = "x86"` to the `gn
+args`.
+
+
### Engine
Create another out-directory and set the GN args:
« no previous file with comments | « no previous file | blimp/docs/running.md » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698