Merge "[Cronet] Add test dependency on framework-connectivity"
This commit is contained in:
@@ -48,8 +48,10 @@ android_library {
|
|||||||
libs: [
|
libs: [
|
||||||
"android.test.base",
|
"android.test.base",
|
||||||
// Needed for direct access to tethering's hidden apis and to avoid `symbol not found`
|
// 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",
|
"framework-tethering.impl",
|
||||||
|
// android.net.Network apis
|
||||||
|
"framework-connectivity",
|
||||||
],
|
],
|
||||||
lint: { test: true }
|
lint: { test: true }
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user