summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPrashant Patil <patilprashant@google.com>2023-01-17 12:00:55 +0000
committerPrashant Patil <patilprashant@google.com>2023-01-17 12:00:55 +0000
commit6fe9ebd4c17b19d0777215c113167a3881bda0a7 (patch)
treeeee618a15d07cc9fb80bd33dc5e63689d880ac86
parentdf7def18766fefe820438604d92fc5142a9a6a49 (diff)
downloadbouncycastle-6fe9ebd4c17b19d0777215c113167a3881bda0a7.tar.gz
Keystore:Add visibility to android-key-attestation
Added a visibility of bouncycastle-unbundled library to //external/android-key-attestation library. Bug: 200011803 Test: atest CtsKeystoreTestCases:android.keystore.cts.DeviceOwnerKeyManagementTest Change-Id: I7574610636f95fc7d5b616f0516ad0edf8d7d8f6
-rw-r--r--Android.bp1
1 files changed, 1 insertions, 0 deletions
diff --git a/Android.bp b/Android.bp
index 00ee0935..9e038632 100644
--- a/Android.bp
+++ b/Android.bp
@@ -155,6 +155,7 @@ unbundled_visibility = [
"//cts/tests/libcore/okhttp",
"//cts/tests/security",
"//cts/tests/tests/keystore",
+ "//external/android-key-attestation",
"//external/conscrypt",
"//external/okhttp",
"//external/robolectric-shadows",