commit | 0d2f7eaee7684b000bdd1c3f3adf53f0697f224d | [log] [tgz] |
---|---|---|
author | Krzysztof Kosiński <[email protected]> | Tue Sep 20 01:28:51 2022 +0000 |
committer | Krzysztof Kosiński <[email protected]> | Tue Sep 20 01:28:51 2022 +0000 |
tree | 3bd126ff82b38ca5a060d2534e46b23221f7c6bb | |
parent | 1ed27a90acbab92459bb9eea35f0faf6c296cb47 [diff] |
Remove Python enables identical to global defaults. Bug: 245854393 Test: presubmit Change-Id: If9173cb9f0d48ee915d5736922ea566dfa5c6be3
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 @@ srcs: [ "timeout_decorator.py", ], - version: { - py2: { - enabled: false, - }, - py3: { - enabled: true, - }, - }, pkg_path: "timeout_decorator", }