Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 9ea81e9d authored by David Su's avatar David Su
Browse files

services.net-module-wifi - set min_sdk_level to 30

Also migrate to using net-utils-services-common-srcs.

Bug: 171330443
Test: compiles
Change-Id: If0865d7c0bf3164911911ef2a1700bca3d7cc11f
parent 8dddad53
Loading
Loading
Loading
Loading
+3 −2
Original line number Diff line number Diff line
@@ -22,13 +22,14 @@ java_library_static {

// Version of services.net for usage by the wifi mainline module.
// Note: This is compiled against module_current.
// TODO(b/145825329): This should be moved to networkstack-client,
// 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",
    srcs: [
        ":framework-services-net-module-wifi-shared-srcs",
        ":net-module-utils-srcs",
        ":net-utils-services-common-srcs",
        "java/android/net/ip/IpClientCallbacks.java",
        "java/android/net/ip/IpClientManager.java",
        "java/android/net/ip/IpClientUtil.java",
@@ -39,6 +40,7 @@ java_library {
        "java/android/net/TcpKeepalivePacketData.java",
    ],
    sdk_version: "module_current",
    min_sdk_version: "30",
    libs: [
        "unsupportedappusage",
        "framework-wifi-util-lib",
@@ -49,7 +51,6 @@ java_library {
        "netd_aidl_interface-V3-java",
        "netlink-client",
        "networkstack-client",
        "net-utils-services-common",
    ],
    apex_available: [
        "com.android.wifi",