Chromium Code Reviews| Index: blimp/docs/build.md |
| diff --git a/blimp/docs/build.md b/blimp/docs/build.md |
| index 638cefa76f78b2e30f1f7ded48905db4311de2d5..70a07e922a5e540fc55269a6b9ff8fb08335fe99 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 would need to follow |
|
Kevin M
2016/06/28 22:31:52
will need
Sriram
2016/06/28 23:22:38
Done.
|
| +instruciton [here](https://www.chromium.org/developers/how-tos/android-build-instructions) |
|
Kevin M
2016/06/28 22:31:52
typo: "instructions"
Sriram
2016/06/28 23:22:38
Done.
|
| +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: |