summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2023-07-07 05:11:25 +0000
committerAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2023-07-07 05:11:25 +0000
commit6c7d578ec1eea13fa17a16faafc8866775feace2 (patch)
treeb745162d12dae03887615eab70fd7f1e64061060
parente8c23680100632fcfbd40b99279da2175c08416f (diff)
parentc58857dae6e0bf1858beead4f36a303f6e66b1cf (diff)
downloadcryptography-android14-mainline-sdkext-release.tar.gz
Snap for 10453563 from c58857dae6e0bf1858beead4f36a303f6e66b1cf to mainline-sdkext-releaseaml_sdk_341510000aml_sdk_341410000aml_sdk_341110080aml_sdk_341110000aml_sdk_341010000aml_sdk_340912010android14-mainline-sdkext-release
Change-Id: I4f1ff90c67a5c09d997bc0447b7e78c251609470
-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",