aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKrzysztof Kosiński <krzysio@google.com>2022-09-18 01:37:52 +0000
committerKrzysztof Kosiński <krzysio@google.com>2022-09-18 01:37:52 +0000
commitead706b58eae587862d19d233b2539170d273e4e (patch)
tree7fbd9a4373725443a976293a446906e0ea84339c
parent30340ff8c14800c01991d854474db460d73a1a45 (diff)
downloadigt-gpu-tools-ead706b58eae587862d19d233b2539170d273e4e.tar.gz
Remove Python enables identical to global defaults.main-16k
Bug: 245854393 Test: presubmit Change-Id: I634ef9d8cb1f40bb5976974c2c12e28399ef2e66
-rw-r--r--Android.bp8
1 files changed, 0 insertions, 8 deletions
diff --git a/Android.bp b/Android.bp
index cb0fda9c1..9aa7f85a3 100644
--- a/Android.bp
+++ b/Android.bp
@@ -138,14 +138,6 @@ python_test_host {
srcs: [ "scripts/test_igt_gpu_tools.py", ],
data: [ "scripts/test_igt_gpu_tools.xml" ],
test_config: "scripts/test_igt_gpu_tools.xml",
- version: {
- py2: {
- enabled: false,
- },
- py3: {
- enabled: true,
- },
- },
test_options: {
unit_test: false,
},