aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorandroid-build-team Robot <android-build-team-robot@google.com>2020-04-28 20:23:50 +0000
committerandroid-build-team Robot <android-build-team-robot@google.com>2020-04-28 20:23:50 +0000
commitbe823102dd71e8f91654d7545642efcb9ca7ba9c (patch)
treedcf99d57071c10c6e9c65333a1ce6e94e7270cac
parent4abb8e9da762e44b0a6d8fd0f69f3808589072c0 (diff)
parent9fe3e8708733ac26153048a03b1b0f83a206ea51 (diff)
downloadwycheproof-android10-mainline-tzdata-release.tar.gz
Change-Id: Ic4e703bfdb16a7c74b9b500e6174d8963aeb598a
-rw-r--r--Android.bp17
-rw-r--r--OWNERS1
-rw-r--r--PREUPLOAD.cfg2
3 files changed, 6 insertions, 14 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",
}
diff --git a/OWNERS b/OWNERS
index 5b74502..f2757b0 100644
--- a/OWNERS
+++ b/OWNERS
@@ -1,4 +1,3 @@
# Default code reviewers picked from top 3 or more developers.
# Please update this list if you find better candidates.
flooey@google.com
-prb@google.com
diff --git a/PREUPLOAD.cfg b/PREUPLOAD.cfg
deleted file mode 100644
index 321bab6..0000000
--- a/PREUPLOAD.cfg
+++ /dev/null
@@ -1,2 +0,0 @@
-[Builtin Hooks]
-bpfmt = true