Merge "[Cronet] Add test dependency on framework-connectivity"

This commit is contained in:
Chidera Olibie
2023-03-30 13:24:45 +00:00
committed by Gerrit Code Review

View File

@@ -50,6 +50,8 @@ android_library {
// Needed for direct access to tethering's hidden apis and to avoid `symbol not found`
// errors on some builds.
"framework-tethering.impl",
// android.net.Network apis
"framework-connectivity",
],
lint: { test: true }
}