aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaul Duffin <paulduffin@google.com>2019-09-23 07:47:20 -0700
committerandroid-build-merger <android-build-merger@google.com>2019-09-23 07:47:20 -0700
commitf1e854a3bc0dbba1d4871137e4985558b2e7910c (patch)
tree7eedd99eee54ee333b6ad6b4e9dcb07e7f665881
parentca2f4e4db28dda5457d14b6404d58e5521ae1df0 (diff)
parent874e223fbc69d475c888089027a4a69f84c814ea (diff)
downloadwycheproof-f1e854a3bc0dbba1d4871137e4985558b2e7910c.tar.gz
Remove duplicate libraries that are provided by system modules am: 26e8acb9aa am: d7e4790b6f
am: 874e223fbc Change-Id: Ibe1bf3ec3f035477ecd2cc21722e1f86fc9c7250
-rw-r--r--Android.bp6
1 files changed, 1 insertions, 5 deletions
diff --git a/Android.bp b/Android.bp
index 765c264..21b6cc2 100644
--- a/Android.bp
+++ b/Android.bp
@@ -30,12 +30,8 @@ java_library_static {
"java/com/google/security/wycheproof/SpongyCastleAllTests.java",
],
sdk_version: "none",
+ system_modules: "core-system-modules",
libs: [
- "core-oj",
- "core-libart",
- "bouncycastle",
- "conscrypt",
"junit",
],
- system_modules: "core-system-modules",
}