Add resourcePath to running dm on Android doc.
Without specifying the resource path a number of tests and gms do not
work properly. The example given in the docs should specify the
resource path so that the example run is exemplary.
Review URL: https://codereview.chromium.org/898453003
diff --git a/site/user/quick/android.md b/site/user/quick/android.md
index a73523b..db22aef 100644
--- a/site/user/quick/android.md
+++ b/site/user/quick/android.md
@@ -102,7 +102,9 @@
First build the app and then run it on an attached device:
./platform_tools/android/bin/android_ninja [-d device_id] dm
- ./platform_tools/android/bin/android_run_skia dm # uploads and runs the dm binary on the attached device
+
+ # uploads dm binary and resources and runs dm on the attached device
+ ./platform_tools/android/bin/android_run_skia dm --resourcePath /data/local/tmp/skia/resources/
Run performance tests
---------------------