aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2022-09-23 01:13:24 +0000
committerAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2022-09-23 01:13:24 +0000
commit6e9ea0eef82157d0d241320da1ee3c29b3b989a4 (patch)
tree0bf4fcd0e3c03744c8f98622e1cee69689351244
parent97adbc48b2337a71fe7066b498daabadfbd7e54a (diff)
parentbee1c61bcc963e883cbdae3badcf874bbd36d2d8 (diff)
downloadpyserial-android14-s1-release.tar.gz
Change-Id: I3d318b20f161bb3b85c9b6c9bdd3974fe755aa39
-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",
}