aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKeith Mok <keithmok@google.com>2023-04-18 22:56:45 +0000
committerKeith Mok <keithmok@google.com>2023-04-19 19:19:30 +0000
commit3663efb3d7de83e70260fcfe7c475324bba9cdb9 (patch)
tree42dba1b1b07668f92c15f60f36bbf16b239a1787
parent311e9a569dba2041848b041b4d1d8fba4f5f2912 (diff)
downloadandroid-key-attestation-3663efb3d7de83e70260fcfe7c475324bba9cdb9.tar.gz
Fix merge upstream-master build breaks
Add error_prone_annotations and guava Test: build Change-Id: I1371e05e40d4aff583e8af92116cc9ba1b5ad3b8
-rw-r--r--Android.bp2
1 files changed, 2 insertions, 0 deletions
diff --git a/Android.bp b/Android.bp
index 2867a0d..303076e 100644
--- a/Android.bp
+++ b/Android.bp
@@ -45,6 +45,8 @@ java_library_static {
sdk_version: "current",
static_libs: [
"bouncycastle-unbundled",
+ "error_prone_annotations",
+ "guava",
],
libs: [
"wycheproof-gson",