diff --git a/services/net/Android.bp b/services/net/Android.bp index 886a397c87e6f..804ccc514df56 100644 --- a/services/net/Android.bp +++ b/services/net/Android.bp @@ -28,30 +28,6 @@ java_library_static { ], } -// Version of services.net for usage by the wifi mainline module. -// Note: This is compiled against module_current. -// TODO(b/172457099): This should be moved to networkstack-client, -// with dependencies moved to frameworks/libs/net right. -java_library { - name: "services.net-module-wifi", - sdk_version: "module_current", - min_sdk_version: "30", - static_libs: [ - // All the classes in netd_aidl_interface must be jarjar so they do not conflict with the - // classes generated by netd_aidl_interfaces-platform-java above. - "netd_aidl_interface-V3-java", - "networkstack-client", - "net-utils-services-common", - ], - apex_available: [ - "com.android.wifi", - ], - visibility: [ - "//packages/modules/Wifi/service", - "//packages/modules/Wifi/service/tests/wifitests", - ], -} - filegroup { name: "services-tethering-shared-srcs", srcs: [