Index: site/user/quick/android.md |
diff --git a/site/user/quick/android.md b/site/user/quick/android.md |
index dbe2f6b4b3b3ecc610d80c6a1dbb9ef1887118ba..7af14e40c72b9d8fafa6d1b67d2cc85d57774c21 100644 |
--- a/site/user/quick/android.md |
+++ b/site/user/quick/android.md |
@@ -73,18 +73,19 @@ advantage of specific device optimizations (e.g. NEON instructions). |
Generate build file from GYP |
---------------------------- |
-We use the open-source gyp tool to generate build files from our multiplatform |
-"gyp" files. While most other platforms enable you to regenerate these files |
-using `./gyp_skia` it is recommend that you do NOT do this for Android. Instead |
-you can rely on it being run automatically by android_ninja. |
+We use the open-source gyp tool to generate build files from our |
+multiplatform "gyp" files. While most other platforms enable you to |
+regenerate these files using `./gyp_skia` or `bin/sync-and-gyp` it is |
+recommend that you do NOT do this for Android. Instead you can rely |
hcm
2015/11/13 05:03:45
recommend-->recommended
hal.canary
2015/11/13 12:21:45
done
|
+on it being run automatically by android_ninja. |
Faster rebuilds |
--------------- |
You can use ccache to improve the speed of rebuilding: |
- # You may want to add this export to your shell's .bash_profile or .profile |
- export ANDROID_MAKE_CCACHE=[ccache] |
+ # You may want to add this export to your shell's .bash_profile or .profile |
+ export ANDROID_MAKE_CCACHE=[ccache] |
Build and run executables on the device |
--------------------------------------- |