aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDerek Sollenberger <djsollen@google.com>2021-02-11 09:24:03 -0500
committerDerek Sollenberger <djsollen@google.com>2021-02-11 09:24:03 -0500
commit79820e624522a9446e501b693bd35f281a170572 (patch)
treead9ab154e4acb8df9cea89587a34428015b21421
parente655300841ed3f671861c3129b4fa723b2346396 (diff)
downloadskqp-79820e624522a9446e501b693bd35f281a170572.tar.gz
Remove SkQP from all required test suites.
Since its inception many of SkQP test cases have been covered by deQP and other CTS packages. SkQP has begun to lag behind the most recent versions of Skia and offers diminishing value until it can be brought to parity with Skia's current testing capabilities. Test: make Bug: 177909514 Change-Id: I2cf968f0fc7b3e2ceff5cd7bd134974ecb776f3f
-rw-r--r--platform_tools/android/apps/skqp/src/main/Android.bp4
1 files changed, 0 insertions, 4 deletions
diff --git a/platform_tools/android/apps/skqp/src/main/Android.bp b/platform_tools/android/apps/skqp/src/main/Android.bp
index 7b31d49e44..454784f484 100644
--- a/platform_tools/android/apps/skqp/src/main/Android.bp
+++ b/platform_tools/android/apps/skqp/src/main/Android.bp
@@ -6,10 +6,6 @@ android_test {
name: "CtsSkQPTestCases",
defaults: ["cts_defaults"],
- test_suites: [
- "cts",
- "vts10",
- ],
libs: ["android.test.runner.stubs"],
jni_libs: ["libskqp_app"],
compile_multilib: "both",