aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNeil Fuller <nfuller@google.com>2018-10-04 11:01:10 +0100
committerNeil Fuller <nfuller@google.com>2018-10-11 09:42:37 +0100
commit0b75d36471cb83dcca586bb7b837611691be9f0c (patch)
treea58bc3ae9dd46c317ae3a0818919c103f3b82c7a
parentbeb7117fd943b4b8be423e807b6ed8456fd4188f (diff)
downloadwycheproof-android-o-mr1-iot-release-smart-display-r3.tar.gz
Add explicit dependencies on "core" librariesandroid-o-mr1-iot-release-smart-display-r3oreo-mr1-1.2-iot-release
The dependencies are necessary since the code uses conscrypt and bouncycastle impl details / internals. Test: build Bug: 113148576 Change-Id: I35ed7c1707db2c83899a374c396e86e7817d85ff
-rw-r--r--Android.bp7
1 files changed, 5 insertions, 2 deletions
diff --git a/Android.bp b/Android.bp
index babf083..2f4d1df 100644
--- a/Android.bp
+++ b/Android.bp
@@ -21,10 +21,13 @@ java_library_static {
"java/com/google/security/wycheproof/SpongyCastleTest.java",
"java/com/google/security/wycheproof/SpongyCastleAllTests.java",
],
- no_framework_libs: true,
+ no_standard_libs: true,
libs: [
- "conscrypt",
+ "core-oj",
+ "core-libart",
"bouncycastle",
+ "conscrypt",
"junit",
],
+ system_modules: "core-system-modules",
}