Make net-utils-services-common visible to service-connectivity-tiramisu.
Ethernet service sources are moving to Connectivity module, which has dependency on the NetworkFactory class such as EthernetNetworkFactory. Import this lib in service-connectivity-tiramisu-pre-jarjar to fix this dependency. Bug: 202086915 Test: m Change-Id: I2f92479f56af110d89c9fa95eca725af7132b66f
This commit is contained in:
@@ -287,9 +287,15 @@ java_library {
|
|||||||
"framework-annotations-lib",
|
"framework-annotations-lib",
|
||||||
"framework-connectivity",
|
"framework-connectivity",
|
||||||
],
|
],
|
||||||
|
// TODO: remove "apex_available:platform".
|
||||||
|
apex_available: [
|
||||||
|
"//apex_available:platform",
|
||||||
|
"com.android.tethering",
|
||||||
|
],
|
||||||
visibility: [
|
visibility: [
|
||||||
// TODO: remove after NetworkStatsService moves to the module.
|
// TODO: remove after NetworkStatsService moves to the module.
|
||||||
"//frameworks/base/services/net",
|
"//frameworks/base/services/net",
|
||||||
|
"//packages/modules/Connectivity/service",
|
||||||
"//packages/modules/Connectivity/tests:__subpackages__",
|
"//packages/modules/Connectivity/tests:__subpackages__",
|
||||||
"//packages/modules/Bluetooth/android/app",
|
"//packages/modules/Bluetooth/android/app",
|
||||||
],
|
],
|
||||||
|
|||||||
Reference in New Issue
Block a user