aboutsummaryrefslogtreecommitdiffhomepage
path: root/site
diff options
context:
space:
mode:
authorGravatar Derek Sollenberger <djsollen@google.com>2017-01-06 11:41:56 -0500
committerGravatar Skia Commit-Bot <skia-commit-bot@chromium.org>2017-01-06 17:14:31 +0000
commit6172d432ba550696b29d156aafd98f30ab8d147b (patch)
tree835395d3ad954739f85d1e6c5e7010841eae601f /site
parent151d3b18fac381bc4d3d3b9017a9673bace889e5 (diff)
Add a script and documentation for building the Viewer APK.
BUG=skia:6009 DOCS_PREVIEW= https://skia.org/?cl=6660 Change-Id: Ibcf0d1e7f3519e703bc74f0329d0ac92110e70ec Reviewed-on: https://skia-review.googlesource.com/6660 Commit-Queue: Derek Sollenberger <djsollen@google.com> Reviewed-by: Mike Klein <mtklein@chromium.org>
Diffstat (limited to 'site')
-rw-r--r--site/user/sample/viewer.md8
1 files changed, 7 insertions, 1 deletions
diff --git a/site/user/sample/viewer.md b/site/user/sample/viewer.md
index 758858d50e..d41590ad91 100644
--- a/site/user/sample/viewer.md
+++ b/site/user/sample/viewer.md
@@ -22,7 +22,13 @@ The Viewer can be built using the regular GN build process, e.g.
Android
-------
-GN support for the Android Viewer is in the process of being addressed.
+The Viewer APK must be built by gradle which can be invoked on the command line with the following script...
+
+ ./platform_tools/android/bin/android_build_app -C <out_dir> viewer
+
+* **out_dir** is the ninja out directory that you want to use to build the app
+
+Upon completion of the script the APK can be found at <out_dir>/viewer.apk
iOS
---