summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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",