aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNeil Fuller <nfuller@google.com>2018-10-12 08:36:39 -0700
committerandroid-build-merger <android-build-merger@google.com>2018-10-12 08:36:39 -0700
commit7c09a253d15b87e165f6c82093b85d0b7a7bc007 (patch)
treea58bc3ae9dd46c317ae3a0818919c103f3b82c7a
parent37b5bedd9e2294fba71e8b1c86df0ba7a760cc4b (diff)
parentf8a4a97189a0fd6fb8be0f02e558f1b2f60b35fb (diff)
downloadwycheproof-7c09a253d15b87e165f6c82093b85d0b7a7bc007.tar.gz
Add explicit dependencies on "core" libraries am: 0b75d36471 am: 866d8ec501
am: f8a4a97189 Change-Id: I8b94342af439e7561ef046476c738fce835b69c2
-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",
}