aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2023-02-01 10:58:39 +0000
committerAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2023-02-01 10:58:39 +0000
commit2a9d565f4013ebe39dad5a02cb39346380cac557 (patch)
tree0bf4fcd0e3c03744c8f98622e1cee69689351244
parentebd9761bb126e75ab5908052a89d4ffec7a3e2bb (diff)
parentc11a92e157cf08d05f449e160ac66e65ce0e1086 (diff)
downloadpyserial-platform-tools-34.0.5.tar.gz
Change-Id: I3862c2196c6dc81bf90b3026d22efb904f65e86d
-rw-r--r--serial/Android.bp8
1 files changed, 0 insertions, 8 deletions
diff --git a/serial/Android.bp b/serial/Android.bp
index 9242660..dc32fb3 100644
--- a/serial/Android.bp
+++ b/serial/Android.bp
@@ -21,13 +21,5 @@ python_library {
srcs: [
"**/*.py",
],
- version: {
- py2: {
- enabled: false,
- },
- py3: {
- enabled: true,
- },
- },
pkg_path: "serial",
}