From 59444d5be73ea34e990479dcf63d8898c782c39c Mon Sep 17 00:00:00 2001 From: Daulet Zhanguzin Date: Mon, 25 Jan 2021 19:43:53 +0000 Subject: Update frameworks to use unbundled version of BouncyCastle. Previously BouncyCastle methods were exposed as libcore APIs (@CorePlatformApi), which no longer possible when ART is updatable module (and can't guarantee BouncyCastle API stability) Bug: 154796679 Test: Treehugger Change-Id: I908681841a6766de88761767c77c4e2d4b5f56d5 --- Android.bp | 1 + 1 file changed, 1 insertion(+) (limited to 'Android.bp') diff --git a/Android.bp b/Android.bp index 402cf1c245ab..6a0bdc3f7fde 100644 --- a/Android.bp +++ b/Android.bp @@ -574,6 +574,7 @@ java_library { ], sdk_version: "core_platform", static_libs: [ + "bouncycastle-repackaged-unbundled", "framework-internal-utils", // If MimeMap ever becomes its own APEX, then this dependency would need to be removed // in favor of an API stubs dependency in java_library "framework" below. -- cgit v1.2.3