aboutsummaryrefslogtreecommitdiff
path: root/Android.bp
diff options
context:
space:
mode:
Diffstat (limited to 'Android.bp')
-rw-r--r--Android.bp11
1 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"],
-}