Drop tethering deps from implicit baselineApexAvailable map

The availability of these soong modules to com.android.tethering has
been made explicit in Android.bp files

Bug: 281077552
Test: m nothing
Change-Id: Ib96d5ecb8518628fda8c474b10e443abacc9bc21
This commit is contained in:
Spandan Das
2023-12-21 20:48:10 +00:00
parent ad579a8c71
commit 9d0c23f78a

View File

@@ -2885,14 +2885,6 @@ func makeApexAvailableBaseline() map[string][]string {
//
// Module separator
//
m["com.android.tethering"] = []string{
"android.hardware.tetheroffload.config-V1.0-java",
"android.hardware.tetheroffload.control-V1.0-java",
"net-utils-framework-common",
}
//
// Module separator
//
m["com.android.wifi"] = []string{
"PlatformProperties",
"android.hardware.wifi-V1.0-java",