aboutsummaryrefslogtreecommitdiff
path: root/Android.bp
diff options
context:
space:
mode:
Diffstat (limited to 'Android.bp')
-rw-r--r--Android.bp17
1 files changed, 6 insertions, 11 deletions
diff --git a/Android.bp b/Android.bp
index b86fc07..2f4d1df 100644
--- a/Android.bp
+++ b/Android.bp
@@ -14,25 +14,20 @@
// limitations under the License.
//
-package {
- default_visibility: ["//visibility:private"],
-}
-
java_library_static {
name: "wycheproof",
- visibility: [
- "//cts/tests/libcore/wycheproof",
- "//cts/tests/libcore/wycheproof-bc",
- ],
srcs: ["java/**/*.java"],
exclude_srcs: [
"java/com/google/security/wycheproof/SpongyCastleTest.java",
"java/com/google/security/wycheproof/SpongyCastleAllTests.java",
],
- sdk_version: "none",
- system_modules: "art-module-platform-api-stubs-system-modules",
+ no_standard_libs: true,
libs: [
- "conscrypt.module.platform.api.stubs",
+ "core-oj",
+ "core-libart",
+ "bouncycastle",
+ "conscrypt",
"junit",
],
+ system_modules: "core-system-modules",
}