aboutsummaryrefslogtreecommitdiff
path: root/Android.bp
diff options
context:
space:
mode:
authorKrzysztof Kosiński <krzysio@google.com>2022-09-18 01:31:35 +0000
committerKrzysztof Kosiński <krzysio@google.com>2022-09-20 00:49:23 +0000
commit8dbe51fffb2ee8380cfbcdb251fc32723c4a21eb (patch)
treef1d33f4cda425c36110db20528ca87a4a7cd8bf7 /Android.bp
parentf2e342bea539a6187aa2ed9d5866aa4b56f2ea42 (diff)
downloadadb-8dbe51fffb2ee8380cfbcdb251fc32723c4a21eb.tar.gz
Remove Python enables identical to global defaults.
Bug: 245854393 Test: presubmit Change-Id: I5951d492fb955544ef9674ca5c8dfe7c81b41585
Diffstat (limited to 'Android.bp')
-rw-r--r--Android.bp16
1 files changed, 0 insertions, 16 deletions
diff --git a/Android.bp b/Android.bp
index 9e930a96..0eea473f 100644
--- a/Android.bp
+++ b/Android.bp
@@ -857,14 +857,6 @@ python_test_host {
],
test_config: "adb_integration_test_adb.xml",
test_suites: ["general-tests"],
- version: {
- py2: {
- enabled: false,
- },
- py3: {
- enabled: true,
- },
- },
test_options: {
unit_test: false,
},
@@ -881,14 +873,6 @@ python_test_host {
],
test_config: "adb_integration_test_device.xml",
test_suites: ["general-tests"],
- version: {
- py2: {
- enabled: false,
- },
- py3: {
- enabled: true,
- },
- },
test_options: {
unit_test: false,
},