summaryrefslogtreecommitdiff
path: root/Android.bp
diff options
context:
space:
mode:
authorNeil Fuller <nfuller@google.com>2018-10-09 17:22:48 +0100
committerNeil Fuller <nfuller@google.com>2018-10-12 09:05:27 +0100
commit4e02b7e4b6bc09beb832fc9057c60fb2038e74d2 (patch)
tree499977b3c23bf3b67fac54cae09b9614b56db698 /Android.bp
parent0c13c7332ce3fb1c8fb59d88ec95d8f3b5602b34 (diff)
downloadbouncycastle-4e02b7e4b6bc09beb832fc9057c60fb2038e74d2.tar.gz
Adjust dependencies on "core" libraries
Some targets need to compile against core_current stubs because they're used from other targets that use core stubs. Test: build Bug: 113148576 Change-Id: I9ade88926979962746cbfc12970e445929fb9ab5
Diffstat (limited to 'Android.bp')
-rw-r--r--Android.bp6
1 files changed, 3 insertions, 3 deletions
diff --git a/Android.bp b/Android.bp
index 5ecfc20b..98430601 100644
--- a/Android.bp
+++ b/Android.bp
@@ -54,7 +54,7 @@ java_library_static {
"bcprov/src/main/java/org/bouncycastle/asn1/ocsp/**/*.java",
],
- sdk_version: "9",
+ sdk_version: "core_current",
java_version: "1.7",
}
@@ -133,7 +133,7 @@ java_library_static {
exclude_srcs: ["bcpkix/src/main/java/org/bouncycastle/cert/ocsp/**/*.java"],
libs: ["bouncycastle-unbundled"],
- sdk_version: "9",
+ sdk_version: "core_current",
}
@@ -172,7 +172,7 @@ java_library_static {
"bouncycastle-bcpkix-unbundled"
],
- sdk_version: "9",
+ sdk_version: "core_current",
}
// For compatibility with old bouncycastle-host name.