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

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

Merge "Revert "framework-wifi: clean up AIDL exports""

parents 72e425ac 03e42a6d
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -303,6 +303,7 @@ java_defaults {
            "sax/java",
            "telecomm/java",
            "telephony/java",
            "wifi/java",
        ],
    },

+5 −2
Original line number Diff line number Diff line
@@ -113,8 +113,6 @@ 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"],
    },
@@ -126,6 +124,11 @@ 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,