Merge "Use already compiled library"
This commit is contained in:
@@ -34,30 +34,19 @@ java_library_static {
|
|||||||
// with dependencies moved to frameworks/libs/net right.
|
// with dependencies moved to frameworks/libs/net right.
|
||||||
java_library {
|
java_library {
|
||||||
name: "services.net-module-wifi",
|
name: "services.net-module-wifi",
|
||||||
srcs: [
|
|
||||||
":net-utils-services-common-srcs",
|
|
||||||
],
|
|
||||||
sdk_version: "module_current",
|
sdk_version: "module_current",
|
||||||
min_sdk_version: "30",
|
min_sdk_version: "30",
|
||||||
libs: [
|
|
||||||
"framework-annotations-lib",
|
|
||||||
"unsupportedappusage",
|
|
||||||
"framework-wifi-util-lib",
|
|
||||||
"framework-connectivity",
|
|
||||||
"modules-utils-build_system",
|
|
||||||
],
|
|
||||||
static_libs: [
|
static_libs: [
|
||||||
// All the classes in netd_aidl_interface must be jarjar so they do not conflict with the
|
// 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.
|
// classes generated by netd_aidl_interfaces-platform-java above.
|
||||||
"netd_aidl_interface-V3-java",
|
"netd_aidl_interface-V3-java",
|
||||||
"networkstack-client",
|
"networkstack-client",
|
||||||
|
"net-utils-services-common",
|
||||||
],
|
],
|
||||||
apex_available: [
|
apex_available: [
|
||||||
"com.android.wifi",
|
"com.android.wifi",
|
||||||
],
|
],
|
||||||
visibility: [
|
visibility: [
|
||||||
"//frameworks/opt/net/wifi/service",
|
|
||||||
"//frameworks/opt/net/wifi/tests/wifitests",
|
|
||||||
"//packages/modules/Wifi/service",
|
"//packages/modules/Wifi/service",
|
||||||
"//packages/modules/Wifi/service/tests/wifitests",
|
"//packages/modules/Wifi/service/tests/wifitests",
|
||||||
],
|
],
|
||||||
|
|||||||
Reference in New Issue
Block a user