aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNeil Fuller <nfuller@google.com>2018-10-12 08:19:15 -0700
committerandroid-build-merger <android-build-merger@google.com>2018-10-12 08:19:15 -0700
commit866d8ec501f9abee0962fda32aaf22201e47e947 (patch)
treea58bc3ae9dd46c317ae3a0818919c103f3b82c7a
parentbeb7117fd943b4b8be423e807b6ed8456fd4188f (diff)
parent0b75d36471cb83dcca586bb7b837611691be9f0c (diff)
downloadwycheproof-866d8ec501f9abee0962fda32aaf22201e47e947.tar.gz
Add explicit dependencies on "core" libraries
am: 0b75d36471 Change-Id: Id62166522c69aa7a6483df0d9fcfc0206f7fe955
-rw-r--r--Android.bp7
1 files changed, 5 insertions, 2 deletions
diff --git a/Android.bp b/Android.bp
index babf083..2f4d1df 100644
--- a/Android.bp
+++ b/Android.bp
@@ -21,10 +21,13 @@ java_library_static {
"java/com/google/security/wycheproof/SpongyCastleTest.java",
"java/com/google/security/wycheproof/SpongyCastleAllTests.java",
],
- no_framework_libs: true,
+ no_standard_libs: true,
libs: [
- "conscrypt",
+ "core-oj",
+ "core-libart",
"bouncycastle",
+ "conscrypt",
"junit",
],
+ system_modules: "core-system-modules",
}