Skip to content
Snippets Groups Projects
Commit 936857a5 authored by Nate Jiang's avatar Nate Jiang
Browse files

Remove services.net-module-wifi

Bug: 172457099
Test: build Wifi Module
Change-Id: I76f80acaf2f9fa1311a85335b1755e0897fe470b
parent 03aa26da
No related branches found
No related tags found
No related merge requests found
......@@ -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: [
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment