aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaul Duffin <paulduffin@google.com>2019-09-23 07:35:36 -0700
committerandroid-build-merger <android-build-merger@google.com>2019-09-23 07:35:36 -0700
commitd7e4790b6fc20f9a558a9b7ede8bc52c3d4029f2 (patch)
tree7eedd99eee54ee333b6ad6b4e9dcb07e7f665881
parentca2f4e4db28dda5457d14b6404d58e5521ae1df0 (diff)
parent26e8acb9aa229a888ea9af10454c4c03abfc3aab (diff)
downloadwycheproof-d7e4790b6fc20f9a558a9b7ede8bc52c3d4029f2.tar.gz
Remove duplicate libraries that are provided by system modules
am: 26e8acb9aa Change-Id: Id8401193304e0d8a4a16b24d962e22b6a85a67e5
-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",
}