aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPrashant Patil <patilprashant@google.com>2023-01-17 11:53:52 +0000
committerPrashant Patil <patilprashant@google.com>2023-01-17 11:53:52 +0000
commite93c839d9f7988b54a3f5e1e33809e69f14c0163 (patch)
treeac677ca5b94f464f7a98786ab625d1fe6e6d489b
parentc9c8b81a1a857418394a3585c2c13096391b766d (diff)
downloadwycheproof-main-16k-with-phones.tar.gz
Keystore:Gson visibility to android-key-attestationmain-16k-with-phones
Added a visibility of Gson library to //external/android-key-attestation library. Bug: 200011803 Test: atest CtsKeystoreTestCases:android.keystore.cts.DeviceOwnerKeyManagementTest Change-Id: I2ad9f6964cec88978431d7fb0d8aac7eb439444b
-rw-r--r--Android.bp1
1 files changed, 1 insertions, 0 deletions
diff --git a/Android.bp b/Android.bp
index 8f8b1a6..a68f02f 100644
--- a/Android.bp
+++ b/Android.bp
@@ -76,6 +76,7 @@ java_import {
name: "wycheproof-gson",
visibility: [
"//cts/tests/tests/keystore",
+ "//external/android-key-attestation",
],
jars: ["keystore-cts/libs/gson-2.9.0.jar"],
}