aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2023-07-07 04:57:33 +0000
committerAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2023-07-07 04:57:33 +0000
commit9ceeaddab0c9d7022e5ab5839f1a415e7cdaed96 (patch)
tree3bd126ff82b38ca5a060d2534e46b23221f7c6bb
parente6c39f10b8f8ba1777c9ea47056374385cb88b50 (diff)
parent750c37cb48b76444c8fba410aaea44d4f45365de (diff)
downloadtimeout-decorator-android14-mainline-extservices-release.tar.gz
Snap for 10453563 from 750c37cb48b76444c8fba410aaea44d4f45365de to mainline-extservices-releaseaml_ext_341620040aml_ext_341518010aml_ext_341414010aml_ext_341317010aml_ext_341131030aml_ext_341027030android14-mainline-extservices-release
Change-Id: I56e0b78ab3a2a241b232d3c2c741958d30322145
-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",
}