diff options
| author | 2023-12-21 20:48:10 +0000 | |
|---|---|---|
| committer | 2024-01-02 18:19:40 +0000 | |
| commit | 9d0c23f78aa43bb8979d3d91b573ceaa34bf250d (patch) | |
| tree | c6f51f3c1019510f50b614caa651acfe3543cc21 /apex/apex.go | |
| parent | ad579a8c713215e60ac9f560bd32684f604cda7b (diff) | |
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
Diffstat (limited to 'apex/apex.go')
| -rw-r--r-- | apex/apex.go | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/apex/apex.go b/apex/apex.go index 45abbbacc..c4545d292 100644 --- a/apex/apex.go +++ b/apex/apex.go @@ -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", |