diff options
author | Daulet Zhanguzin <dauletz@google.com> | 2021-01-25 19:43:53 +0000 |
---|---|---|
committer | Daulet Zhanguzin <dauletz@google.com> | 2021-01-28 07:51:22 +0000 |
commit | 59444d5be73ea34e990479dcf63d8898c782c39c (patch) | |
tree | 83e49e010cbe33f8bfa257c983c2472b21392c59 /Android.bp | |
parent | f9dbe61693e377c609ee3ccdc51d166aa9d38bb4 (diff) |
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
Diffstat (limited to 'Android.bp')
-rw-r--r-- | Android.bp | 1 |
1 files changed, 1 insertions, 0 deletions
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. |