From b934b632a70a5a5e7292fbd096f6c1f1d5cb93c2 Mon Sep 17 00:00:00 2001 From: Sadaf Ebrahimi Date: Tue, 12 Jul 2022 22:04:22 +0000 Subject: Escaping double quotes inside the JSON quoted string Test: treehugger Change-Id: I56459298416d827699e18204a990937c92b0109e --- METADATA | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 { -- cgit v1.2.3 From 5dfda218df4fcfcfc5f4e1b42ad9f9453b9e9381 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Krzysztof=20Kosi=C5=84ski?= Date: Tue, 20 Sep 2022 01:39:52 +0000 Subject: Disable unused Python 2 variant. Bug: 245854393 Test: presubmit Change-Id: I4daab8bd3843e58ce7ee6ed2aa74bad846da1a70 --- src/cryptography/Android.bp | 8 -------- 1 file changed, 8 deletions(-) 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", -- cgit v1.2.3