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

Unified Diff: site/user/quick/android.md

Issue 1439493003: Documentation: clean up (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: 2015-11-12 (Thursday) 15:18:10 EST Created 5 years, 1 month 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: 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
---------------------------------------

Powered by Google App Engine
This is Rietveld 408576698