summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaulet Zhanguzin <dauletz@google.com>2021-02-24 13:05:45 +0000
committerLorenzo Colitti <lorenzo@google.com>2021-02-25 18:16:19 +0900
commitb6476282a76a716fc33d306a3233b2d17cedd4e8 (patch)
tree6875a3cb3ad05b1044dc9b96d939cb5bfb541e4c
parentff0e138bf01dace7f33220e61577d865942a70a9 (diff)
downloadbouncycastle-b6476282a76a716fc33d306a3233b2d17cedd4e8.tar.gz
Expose unbundled BouncyCastle to Connectity cts
The test runs across desserts and need to pass on R and S so it should use a single version of BouncyCastle Bug: 167645754 Bug: 180870458 Test: m CtsNetTestCasesLatestSdk Change-Id: Ia8caf75b7b10a688b1927344d166108bc2aefa41 Merged-In: Ia8caf75b7b10a688b1927344d166108bc2aefa41
-rw-r--r--Android.bp1
1 files changed, 1 insertions, 0 deletions
diff --git a/Android.bp b/Android.bp
index 770890e8..ba0a3bc0 100644
--- a/Android.bp
+++ b/Android.bp
@@ -120,6 +120,7 @@ unbundled_visibility = [
"//external/robolectric-shadows/shadows/httpclient",
"//frameworks/opt/net/wifi/service",
"//frameworks/opt/net/wifi/tests/wifitests",
+ "//packages/modules/Connectivity/tests/cts/net",
"//packages/modules/Wifi/service",
"//packages/modules/Wifi/service/tests/wifitests",
"//libcore",