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.