summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2023-07-07 05:04:00 +0000
committerAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2023-07-07 05:04:00 +0000
commit266165305f2fe2f49ea87ddfde1caa0d05b708bf (patch)
treeb745162d12dae03887615eab70fd7f1e64061060
parentbcc03653af0d4e1f97d12b7c377b3f81f061af1d (diff)
parentc58857dae6e0bf1858beead4f36a303f6e66b1cf (diff)
downloadcryptography-android14-mainline-os-statsd-release.tar.gz
Change-Id: I6f27b811138837ee6682a604ed9489d6b067fa8e
-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",