SkQP: more README

Change-Id: Id22a094445ea75a7dc60270a195b9f42bb6849f1
Reviewed-on: https://skia-review.googlesource.com/88680
Reviewed-by: Hal Canary <halcanary@google.com>
Commit-Queue: Hal Canary <halcanary@google.com>
This commit is contained in:
Hal Canary 2017-12-21 15:13:20 -05:00 committed by Skia Commit-Bot
parent 889d521d87
commit 4e9a3504aa

View File

@ -2,16 +2,18 @@
SkQP
====
**Motivation**: Test an Android devices GPU and OpenGLES & Vulkan drivers with
Skia and Skias existing unit & rendering tests.
**Motivation**: Test an Android device's GPU and OpenGLES & Vulkan drivers with
Skia and Skia's existing unit & rendering tests.
How To Use SkQP on your Android device:
1. To build SkQP you need to install the
[Android NDK](https://developer.android.com/ndk/).
2. Checkout Skia, then go to the source directory:
2. [Checkout depot\_tools and Skia](https://skia.org/user/download),
then go to Skia's source directory:
export PATH="${DEPOT_TOOLS_PATH}:$PATH"
cd $SKIA_SOURCE_DIRECTORY
3. Configure and build Skia for your device's architecture:
@ -61,6 +63,13 @@ Run as an executable
Run as an APK
-------------
0. Install the [Android SDK](https://developer.android.com/studio/#command-tools).
mkdir ~/android-sdk
( cd ~/android-sdk; unzip ~/Downloads/sdk-tools-*.zip )
yes | ~/android-sdk/tools/bin/sdkmanager --licenses
export ANDROID_HOME=~/android-sdk
1. Build the skqp.apk, load it on the device, and run the tests
platform_tools/android/bin/android_build_app -C out/${arch}-rel skqp