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

Commit 537d8d9e authored by David Su's avatar David Su
Browse files

framework-wifi: clean up AIDL exports

Remove AIDL exports to not leak internal
implementation as AIDL is not an official API
of the Wifi module.

Bug: 140299412
Test: device boots up and connects to wifi
Change-Id: I52bb63a2ae9df2c2f9e9868a20c66418a420e3b6
parent 886d9763
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -303,7 +303,6 @@ java_defaults {
            "sax/java",
            "telecomm/java",
            "telephony/java",
            "wifi/java",
        ],
    },

+2 −5
Original line number Diff line number Diff line
@@ -113,6 +113,8 @@ droidstubs {
        ":framework-annotations",
        ":framework-wifi-updatable-sources",
    ],
    // This is needed as IOnWifiActivityEnergyInfoListener.aidl in framework-wifi depends on
    // WifiActivityEnergyInfo.aidl in framework-minus-apex
    aidl: {
        include_dirs: ["frameworks/base/core/java"],
    },
@@ -124,11 +126,6 @@ droidstubs {
java_library {
    name: "framework-wifi-stubs",
    srcs: [":framework-wifi-stubs-srcs"],
    aidl: {
        export_include_dirs: [
            "java",
        ],
    },
    sdk_version: "core_current",
    libs: ["android_system_stubs_current"],
    installable: false,