summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2023-07-07 05:13:53 +0000
committerAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2023-07-07 05:13:53 +0000
commit1cf3c30a5e15a1ad8edb8bacb7220e9d5d8f911a (patch)
treeb745162d12dae03887615eab70fd7f1e64061060
parent53de212301f5608092d47f07e3c93269da853a33 (diff)
parentc58857dae6e0bf1858beead4f36a303f6e66b1cf (diff)
downloadcryptography-android14-mainline-uwb-release.tar.gz
Change-Id: Ifd060e3dd63631f4dd9270a774102f6c29e70522
-rw-r--r--METADATA2
-rw-r--r--src/cryptography/Android.bp8
2 files changed, 1 insertions, 9 deletions
diff --git a/METADATA b/METADATA
index ca6f3d54e..1cad3d711 100644
--- a/METADATA
+++ b/METADATA
@@ -2,7 +2,7 @@ name: "cryptography"
description:
"cryptography is a package which provides cryptographic recipes and "
"primitives to Python developers. Our goal is for it to be your "
- ""cryptographic standard library". It supports Python 2.7, Python 3.6+, and "
+ "\"cryptographic standard library\". It supports Python 2.7, Python 3.6+, and "
"PyPy 5.4+."
third_party {
diff --git a/src/cryptography/Android.bp b/src/cryptography/Android.bp
index 9bf4b2241..11e68581e 100644
--- a/src/cryptography/Android.bp
+++ b/src/cryptography/Android.bp
@@ -39,14 +39,6 @@ python_library {
"hazmat/bindings/openssl/*.py",
"x509/*.py",
],
- version: {
- py2: {
- enabled: true,
- },
- py3: {
- enabled: true,
- },
- },
libs: [
"py-asn1crypto",
"py-cffi",