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

Commit a0c7a06a authored by David Su's avatar David Su Committed by Automerger Merge Worker
Browse files

Merge "Allow usage of SdkLevel in the framework/wifi services" into sc-dev am: 580522c0

Original change: https://googleplex-android-review.googlesource.com/c/platform/frameworks/base/+/14308717

Change-Id: I0aa9b4b7b28944ccee7910871532f8827b042d67
parents d297af10 580522c0
Loading
Loading
Loading
Loading
+4 −2
Original line number Diff line number Diff line
@@ -52,7 +52,8 @@ java_library {
    libs: [
        "unsupportedappusage",
        "framework-wifi-util-lib",
        "framework-connectivity"
        "framework-connectivity",
        "modules-utils-build_system",
    ],
    static_libs: [
        // All the classes in netd_aidl_interface must be jarjar so they do not conflict with the
@@ -60,6 +61,7 @@ java_library {
        "netd_aidl_interface-V3-java",
        "netlink-client",
        "networkstack-client",
        "modules-utils-build_system",
    ],
    apex_available: [
        "com.android.wifi",
@@ -80,7 +82,7 @@ filegroup {
    ],
    visibility: [
        "//frameworks/base/packages/Tethering",
        "//packages/modules/Connectivity/Tethering"
        "//packages/modules/Connectivity/Tethering",
    ],
}