aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaul Duffin <paulduffin@google.com>2019-09-20 14:44:55 +0100
committerPaul Duffin <paulduffin@google.com>2019-09-20 14:44:55 +0100
commit26e8acb9aa229a888ea9af10454c4c03abfc3aab (patch)
tree7eedd99eee54ee333b6ad6b4e9dcb07e7f665881
parentc12617d5d3e1a27accbcfc41b8e21ae14475ef22 (diff)
downloadwycheproof-26e8acb9aa229a888ea9af10454c4c03abfc3aab.tar.gz
Remove duplicate libraries that are provided by system modules
An improvement in the Soong build means that it is no longer necessary to duplicate the libraries that it provides. This change removes the duplicates and moves the system_modules property next to sdk_version property to be consistent and because those properties are tightly coupled. Bug: 141359858 Test: m checkbuild Change-Id: I8b9002cc034ef5b8dc10de815286572cc0479887
-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",
}