[Cronet] Add test dependency on framework-connectivity
This is needed to access android.net.Network apis
Test: atest NetHttpCoverageTests
Bug: 267353182
Change-Id: Iabf6bfbf0c6720193e59055b4a2c52aae47a9acb
diff --git a/Cronet/tests/mts/Android.bp b/Cronet/tests/mts/Android.bp
index adbc384..3d062e7 100644
--- a/Cronet/tests/mts/Android.bp
+++ b/Cronet/tests/mts/Android.bp
@@ -48,8 +48,10 @@
libs: [
"android.test.base",
// Needed for direct access to tethering's hidden apis and to avoid `symbol not found`
- // errors on some builds.
+ // errors on some builds.
"framework-tethering.impl",
+ // android.net.Network apis
+ "framework-connectivity",
],
lint: { test: true }
}