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

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

Previous attempt broke the build.

Bug: 147757606
Change-Id: I2edeeccf83b9460881c5d4ccc6bd5d6e3befa700
Test: compiles
This commit is contained in:
David Su
2020-01-15 22:55:20 +00:00
parent b75d59b947
commit c651359200
2 changed files with 2 additions and 6 deletions

View File

@@ -306,7 +306,6 @@ java_defaults {
"rs/java",
"sax/java",
"telecomm/java",
"wifi/java",
],
},

View File

@@ -123,6 +123,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"],
},
@@ -134,11 +136,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,