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

Commit b6eee5d7 authored by Arsalan Khan's avatar Arsalan Khan
Browse files

Revert "Build framework-wifi against core_current & framework-sy..."

Revert submission 10057725

Reason for revert: <Build Cop Triage b/147895460>
Reverted Changes:
Ib507b449f: WifiNetworkSpecifier: get context reflectively
I2d2aa89cd: Build framework-wifi against core_current & framew...

Change-Id: I9b33ac97eaabc4326301d96d092224c4bb7f2714
parent cff9adda
Loading
Loading
Loading
Loading
+6 −15
Original line number Diff line number Diff line
@@ -58,20 +58,19 @@ 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",
    // TODO(b/140299412) should be core_current once we build against framework-system-stubs
    sdk_version: "core_platform",
    static_libs: [
        "framework-wifi-util-lib",
        "android.hardware.wifi-V1.0-java-constants",
    ],
    libs: [
        // TODO(b/140299412) should be framework-system-stubs once we fix all @hide dependencies
        "framework-minus-apex",
        "framework-annotations-lib",
        "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",
@@ -81,21 +80,13 @@ 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",
    // TODO(b/140299412) should be core_current once we build against framework-system-stubs
    sdk_version: "core_platform",
    static_libs: [
        "framework-wifi-pre-jarjar",
    ],