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>
This commit is contained in:
Yuqian Li 2017-06-05 10:28:44 -04:00 committed by Skia Commit-Bot
parent 96cc36124d
commit 3e2df5a2b8

View File

@ -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