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

Commit 36a63e59 authored by David Su's avatar David Su Committed by Android (Google) Code Review
Browse files

Merge "framework-wifi: clean up AIDL exports (Attempt 2)"

parents e796b879 c6513592
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -306,7 +306,6 @@ java_defaults {
            "rs/java",
            "sax/java",
            "telecomm/java",
            "wifi/java",
        ],
    },

+2 −5
Original line number Diff line number Diff line
@@ -114,6 +114,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"],
    },
@@ -125,11 +127,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,