aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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