aboutsummaryrefslogtreecommitdiffhomepage
path: root/site
diff options
context:
space:
mode:
authorGravatar Yuqian Li <liyuqian@google.com>2017-06-05 10:28:44 -0400
committerGravatar Skia Commit-Bot <skia-commit-bot@chromium.org>2017-06-05 15:02:36 +0000
commit3e2df5a2b84a278a6e48abd40e21545d5b8a1654 (patch)
tree30c73c9bb6952887c4e6dd7a8c7b6e65bc677ee2 /site
parent96cc36124d06e023005dd901b32c59b29f55a135 (diff)
A little help message for Android viewer's build dir
I think that I've mis-used out/Debug multiple times to build Android viewer. Maybe this message would help me and others in the future. No-Try: true Docs-Preview: https://skia.org/?cl=18587 Bug: skia: Change-Id: I810920a0ca4aa8a46dd58b35966e08513520953c Reviewed-on: https://skia-review.googlesource.com/18587 Reviewed-by: Brian Osman <brianosman@google.com> Commit-Queue: Yuqian Li <liyuqian@google.com>
Diffstat (limited to 'site')
-rw-r--r--site/user/sample/viewer.md3
1 files changed, 2 insertions, 1 deletions
diff --git a/site/user/sample/viewer.md b/site/user/sample/viewer.md
index 4a381830d6..0f47b9872d 100644
--- a/site/user/sample/viewer.md
+++ b/site/user/sample/viewer.md
@@ -26,7 +26,8 @@ The Viewer APK must be built by gradle which can be invoked on the command line
./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
+* **out_dir** is the ninja out directory for android (e.g., `out/arm64`) that you want to use to
+build the app
Upon completion of the script the APK can be found at <out_dir>/viewer.apk