Remove Python enables identical to global defaults. am: 0d2f7eaee7
Original change: https://android-review.googlesource.com/c/platform/external/python/timeout-decorator/+/2222462
Change-Id: I98da9e71e747bc0d60e442974694ff420078af01
Signed-off-by: Automerger Merge Worker <[email protected]>
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",
}