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

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-13 (Friday) 07:21:08 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
« no previous file with comments | « site/user/quick/METADATA ('k') | site/user/quick/desktop.md » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: site/user/quick/android.md
diff --git a/site/user/quick/android.md b/site/user/quick/android.md
index dbe2f6b4b3b3ecc610d80c6a1dbb9ef1887118ba..e689d6fcad0c4ad0788482f76d96724d299b9777 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
+multi-platform "gyp" files. While most other platforms enable you to
+regenerate these files using `./gyp_skia` or `bin/sync-and-gyp` it is
+recommended that you do NOT do this for Android. Instead you can rely
+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
---------------------------------------
@@ -141,13 +142,13 @@ Then, install the app onto the device:
Finally to run the application you can either navigate to the Skia Samples
application using the application launcher on your device or from the command
line. The command line option allows you to pass additional details to the
-application (similiar to other operating system) that specify where to find
+application (similar to other operating system) that specify where to find
skp files and other resources.
./platform_tools/android/bin/android_launch_app --resourcePath /data/local/tmp/resources
By default if no additional parameters are specified the app will use the default
-params...
+parameters...
--resourcePath /data/local/tmp/skia_resoures
--pictureDir /data/local/tmp/skia_skp
@@ -204,4 +205,3 @@ Note: The debugging scripts do not build the app - you'll have to do that first.
When the gdb client is ready, insert a breakpoint, and continue to let the
program resume execution.
-
« no previous file with comments | « site/user/quick/METADATA ('k') | site/user/quick/desktop.md » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698