aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKrzysztof Kosiński <krzysio@google.com>2023-09-30 00:09:02 +0000
committerKrzysztof Kosiński <krzysio@google.com>2023-09-30 00:09:02 +0000
commit27fe73361c98ff70f62621ca769b1530a22b8b5e (patch)
tree796fafa0d4556d41d7e7d416fa916322bb125740
parent96b5c298251b62626cbf0a54fd5499b4a253f2cd (diff)
downloadwycheproof-27fe73361c98ff70f62621ca769b1530a22b8b5e.tar.gz
Use Gson built from source.
Deletes the prebuilt JAR. Bug: 243950468 Test: presubmit Change-Id: I3c37eb2e373c25ac4f97f410dec31afa550af3db
-rw-r--r--Android.bp11
-rw-r--r--keystore-cts/libs/gson-2.9.0.jarbin249277 -> 0 bytes
2 files changed, 1 insertions, 10 deletions
diff --git a/Android.bp b/Android.bp
index a68f02f..354d934 100644
--- a/Android.bp
+++ b/Android.bp
@@ -65,18 +65,9 @@ java_library_static {
"bouncycastle-bcpkix-unbundled",
"bouncycastle-unbundled",
"junit",
- "wycheproof-gson",
+ "gson",
"cts-core-test-runner-axt",
"cts-keystore-test-util",
],
platform_apis: true,
}
-
-java_import {
- name: "wycheproof-gson",
- visibility: [
- "//cts/tests/tests/keystore",
- "//external/android-key-attestation",
- ],
- jars: ["keystore-cts/libs/gson-2.9.0.jar"],
-}
diff --git a/keystore-cts/libs/gson-2.9.0.jar b/keystore-cts/libs/gson-2.9.0.jar
deleted file mode 100644
index fb62e05..0000000
--- a/keystore-cts/libs/gson-2.9.0.jar
+++ /dev/null
Binary files differ