summaryrefslogtreecommitdiff
path: root/wifi
diff options
context:
space:
mode:
author David Su <dysu@google.com> 2020-01-15 22:55:20 +0000
committer David Su <dysu@google.com> 2020-01-17 11:05:33 -0800
commitc6513592004e4ac68c07e6fb97965e9ef133e54d (patch)
tree0ee7c6bd90ee31cf858898d18b46074091da0d35 /wifi
parentb75d59b947fa0a59cc3be473cb56a62a05ee400f (diff)
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
Diffstat (limited to 'wifi')
-rw-r--r--wifi/Android.bp7
1 files changed, 2 insertions, 5 deletions
diff --git a/wifi/Android.bp b/wifi/Android.bp
index 76ccc68908d1..2f9979453f38 100644
--- a/wifi/Android.bp
+++ b/wifi/Android.bp
@@ -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,