summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2023-07-07 04:57:18 +0000
committerAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2023-07-07 04:57:18 +0000
commitd869a53741ad571d768080ff38db6c2461d8fb50 (patch)
treeb745162d12dae03887615eab70fd7f1e64061060
parent2873519e7859887c57bca12df7b1512875b64b3c (diff)
parentc58857dae6e0bf1858beead4f36a303f6e66b1cf (diff)
downloadcryptography-android14-mainline-mediaprovider-release.tar.gz
Change-Id: Ia7ce6322c81e812d88b9a536d31ead0ba6824eec
-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",