aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKrzysztof Kosiński <krzysio@google.com>2022-09-20 01:28:51 +0000
committerKrzysztof Kosiński <krzysio@google.com>2022-09-20 01:28:51 +0000
commit0d2f7eaee7684b000bdd1c3f3adf53f0697f224d (patch)
tree3bd126ff82b38ca5a060d2534e46b23221f7c6bb
parent1ed27a90acbab92459bb9eea35f0faf6c296cb47 (diff)
downloadtimeout-decorator-0d2f7eaee7684b000bdd1c3f3adf53f0697f224d.tar.gz
Remove Python enables identical to global defaults.main-16k
Bug: 245854393 Test: presubmit Change-Id: If9173cb9f0d48ee915d5736922ea566dfa5c6be3
-rw-r--r--timeout_decorator/Android.bp8
1 files changed, 0 insertions, 8 deletions
diff --git a/timeout_decorator/Android.bp b/timeout_decorator/Android.bp
index b70e430..05d30e2 100644
--- a/timeout_decorator/Android.bp
+++ b/timeout_decorator/Android.bp
@@ -21,13 +21,5 @@ python_library {
srcs: [
"timeout_decorator.py",
],
- version: {
- py2: {
- enabled: false,
- },
- py3: {
- enabled: true,
- },
- },
pkg_path: "timeout_decorator",
}