aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2023-07-07 07:11:38 +0000
committerAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2023-07-07 07:11:38 +0000
commit99b77095b283775525dbd058dbafdf895d854f51 (patch)
tree0bf4fcd0e3c03744c8f98622e1cee69689351244
parente4819095405163a12bf42aeb40c1411a85216566 (diff)
parentbee1c61bcc963e883cbdae3badcf874bbd36d2d8 (diff)
downloadpyserial-99b77095b283775525dbd058dbafdf895d854f51.tar.gz
Snap for 10453938 from bee1c61bcc963e883cbdae3badcf874bbd36d2d8 to mainline-odp-releaseaml_odp_341717000aml_odp_341610000
Change-Id: I5b71c3f806221f7e1d7b54a99f8d13d378213b01
-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",
}