aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaul Duffin <paulduffin@google.com>2019-09-23 07:54:02 -0700
committerandroid-build-merger <android-build-merger@google.com>2019-09-23 07:54:02 -0700
commitcf395b16931ac0abf67d987473083e2f0c14d7c6 (patch)
tree7eedd99eee54ee333b6ad6b4e9dcb07e7f665881
parent286df52974ac66692ea3bcfa3d06f4d144adbc74 (diff)
parentf1e854a3bc0dbba1d4871137e4985558b2e7910c (diff)
downloadwycheproof-cf395b16931ac0abf67d987473083e2f0c14d7c6.tar.gz
Remove duplicate libraries that are provided by system modules am: 26e8acb9aa am: d7e4790b6f am: 874e223fbc
am: f1e854a3bc Change-Id: I5c7e40601e5fadaf0d70ca434c8e276f6db4440f
-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",
}