aboutsummaryrefslogtreecommitdiffhomepage
path: root/tools/skqp
diff options
context:
space:
mode:
authorGravatar Hal Canary <halcanary@google.com>2018-01-25 10:01:01 -0500
committerGravatar Hal Canary <halcanary@google.com>2018-01-25 15:02:03 +0000
commit7c434fe238a112fe64578fd04039ded44ba8df48 (patch)
treefd1c3da1d605cfbb903a9126ca0a3d1d26a1cb26 /tools/skqp
parentd1e6192961ea9bb789399ba0335b3e0fd10f3203 (diff)
SkQP: Fix errors in README.md
NOTRY=true Change-Id: I5d9e1834adbff72122c825c63345432a324d5856 Reviewed-on: https://skia-review.googlesource.com/99760 Reviewed-by: Hal Canary <halcanary@google.com>
Diffstat (limited to 'tools/skqp')
-rw-r--r--tools/skqp/README.md11
1 files changed, 6 insertions, 5 deletions
diff --git a/tools/skqp/README.md b/tools/skqp/README.md
index cf745364db..d9ee5fe6fd 100644
--- a/tools/skqp/README.md
+++ b/tools/skqp/README.md
@@ -14,7 +14,7 @@ How to run the SkQP tests
cd ~
unzip ~/Downloads/android-ndk-*.zip
- ANDROID_NDK=~/android-ndk-r16b # Or wherever you installed the Android NDK.
+ ANDROID_NDK=~/android-ndk-* # Or wherever you installed the Android NDK.
3. Install the [Android SDK](https://developer.android.com/studio/#command-tools)
@@ -27,9 +27,10 @@ How to run the SkQP tests
git clone https://skia.googlesource.com/skia.git
cd skia
- git checkout origin/skqp-dev # or whatever release tag you need
+ git checkout origin/skqp/dev # or whatever release tag you need
-5. Download dependencies, the model, and configure the build.
+5. Download dependencies, the model, and configure the build. (If you want to
+ test another architecture, replace `arm` with `x86`, `x64`, or `arm64`.)
python tools/skqp/download_model
python tools/git-sync-deps
@@ -58,8 +59,8 @@ How to run the SkQP tests
adb pull $OUTPUT_LOCATION /tmp/
tools/skqp/sysopen.py /tmp/output/skqp_report/report.html
-Run as an executable
---------------------
+Run as a non-APK executable
+---------------------------
1. Follow steps 1-5 as above.