aboutsummaryrefslogtreecommitdiff
path: root/platform_tools
diff options
context:
space:
mode:
authorKevin Lubick <kjlubick@google.com>2018-10-08 15:07:42 -0400
committerKevin Lubick <kjlubick@google.com>2018-10-08 19:17:25 +0000
commit35b87a5b446371d3600fb15f1b519b13d7c55687 (patch)
treeaac3879b18b76e897d547a88019d634f2caa84e6 /platform_tools
parent00de965d0d314c0a775dfe7ddafcc583a7be7920 (diff)
downloadskqp-35b87a5b446371d3600fb15f1b519b13d7c55687.tar.gz
Add Build and Test jobs for SKQP using docker.
Uses Docker to compile an APK and then run it on an emulator. We use a specialized image for build (includes Clang, etc) And then the 3rd party base image for just the test (which has the emulator and SDK on it). Bug: skia:7578, skia:7692 Change-Id: I948e0b091868e7173b00e3affd7c3d59a5cd1ec2 Reviewed-on: https://skia-review.googlesource.com/c/159681 Reviewed-by: Stephan Altmueller <stephana@google.com> Reviewed-by: Hal Canary <halcanary@google.com>
Diffstat (limited to 'platform_tools')
-rw-r--r--platform_tools/android/apps/skqp/build.gradle1
1 files changed, 0 insertions, 1 deletions
diff --git a/platform_tools/android/apps/skqp/build.gradle b/platform_tools/android/apps/skqp/build.gradle
index fa2c106cc6..8d0d95664d 100644
--- a/platform_tools/android/apps/skqp/build.gradle
+++ b/platform_tools/android/apps/skqp/build.gradle
@@ -13,7 +13,6 @@ dependencies {
android {
compileSdkVersion 26
- buildToolsVersion "22.0.1"
defaultConfig {
applicationId "org.skia.skqp"
minSdkVersion 19