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

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

Merge "Build framework-wifi against module_current" into rvc-dev am:...

Merge "Build framework-wifi against module_current" into rvc-dev am: 8ad73672 am: b5b0b3b2 am: 0509a0cd

Change-Id: Ibc88e6321c1b66259771d0095eac99946a1542e1
parents 3d20c4e3 0509a0cd
Loading
Loading
Loading
Loading
+2 −15
Original line number Diff line number Diff line
@@ -72,8 +72,7 @@ test_access_hidden_api_whitelist = [
// classes before they are renamed.
java_library {
    name: "framework-wifi-pre-jarjar",
    // TODO(b/146757305): sdk_version should be "module_lib_current"
    sdk_version: "core_current",
    sdk_version: "module_current",
    static_libs: [
        "framework-wifi-util-lib",
        "android.hardware.wifi-V1.0-java-constants",
@@ -83,9 +82,6 @@ java_library {
        "unsupportedappusage", // for android.compat.annotation.UnsupportedAppUsage
        "unsupportedappusage-annotation", // for dalvik.annotation.compat.UnsupportedAppUsage
        "framework-telephony-stubs",
        // TODO(b/146757305): should be unnecessary once
        // sdk_version="module_lib_current"
        "android_system_stubs_current",
    ],
    srcs: [
        ":framework-wifi-updatable-sources",
@@ -98,21 +94,12 @@ java_library {
        "//frameworks/opt/net/wifi/service",
        "//frameworks/opt/net/wifi/tests/wifitests",
    ],

    // TODO(b/146757305): should be unnecessary once
    // sdk_version="module_lib_current"
    aidl: {
        include_dirs: [
            "frameworks/base/core/java",
        ],
    },
}

// post-jarjar version of framework-wifi
java_library {
    name: "framework-wifi",
    // TODO(b/146757305): sdk_version should be "module_lib_current"
    sdk_version: "core_current",
    sdk_version: "module_current",
    static_libs: [
        "framework-wifi-pre-jarjar",
    ],