aboutsummaryrefslogtreecommitdiffhomepage
path: root/tools/skqp
diff options
context:
space:
mode:
authorGravatar Hal Canary <halcanary@google.com>2018-02-20 12:37:49 -0500
committerGravatar Skia Commit-Bot <skia-commit-bot@chromium.org>2018-02-20 17:58:43 +0000
commit24889c90d2c53adba9b51ed354b846d42737529c (patch)
tree45611d63907d63cd106fa3dd0c724c68850ea8b8 /tools/skqp
parenteb420457fd80f1b449b1ba94d5fb740f6aa3103f (diff)
SkQP: update README.md
No-Try: true Change-Id: I7b12f683901ece91e3a7e2d9fa432aa05fbcf12a Reviewed-on: https://skia-review.googlesource.com/108568 Reviewed-by: Derek Sollenberger <djsollen@google.com> Commit-Queue: Hal Canary <halcanary@google.com>
Diffstat (limited to 'tools/skqp')
-rw-r--r--tools/skqp/README.md8
1 files changed, 5 insertions, 3 deletions
diff --git a/tools/skqp/README.md b/tools/skqp/README.md
index da8f9efed7..3583d2abd6 100644
--- a/tools/skqp/README.md
+++ b/tools/skqp/README.md
@@ -5,8 +5,10 @@ SkQP (Skia Quality Program) is a component of the Android CTS (Compatablity
Test Suite) that tests an Android device's GPU and OpenGLES & Vulkan drivers
using Skia's existing unit & rendering tests.
-How to run the SkQP tests
--------------------------
+See https://skia.org/dev/testing/skqp for pre-build APKs.
+
+How to build and run the SkQP tests
+-----------------------------------
1. Get the dependencies:
@@ -20,7 +22,7 @@ How to run the SkQP tests
- Install the [Android NDK](https://developer.android.com/ndk/downloads/).
( cd ~; unzip ~/Downloads/android-ndk-*.zip )
- ANDROID_NDK=$(ls ~/android-ndk-*) # Or wherever you installed the Android NDK.
+ ANDROID_NDK=$(ls -d ~/android-ndk-*) # Or wherever you installed the Android NDK.
- Install the [Android SDK](https://developer.android.com/studio/#command-tools).
Set the `ANDROID_HOME` environment variable.