diff options
| -rw-r--r-- | Android.bp | 10 | ||||
| -rw-r--r-- | wifi/aidl-export/android/net/wifi/ScanResult.aidl (renamed from wifi/java/android/net/wifi/ScanResult.aidl) | 0 | ||||
| -rw-r--r-- | wifi/aidl-export/android/net/wifi/WifiClient.aidl (renamed from wifi/java/android/net/wifi/WifiClient.aidl) | 0 | ||||
| -rw-r--r-- | wifi/aidl-export/android/net/wifi/WifiConfiguration.aidl (renamed from wifi/java/android/net/wifi/WifiConfiguration.aidl) | 0 | ||||
| -rw-r--r-- | wifi/aidl-export/android/net/wifi/WifiEnterpriseConfig.aidl (renamed from wifi/java/android/net/wifi/WifiEnterpriseConfig.aidl) | 0 | ||||
| -rw-r--r-- | wifi/aidl-export/android/net/wifi/WifiInfo.aidl (renamed from wifi/java/android/net/wifi/WifiInfo.aidl) | 0 | ||||
| -rw-r--r-- | wifi/aidl-export/android/net/wifi/WifiNetworkConnectionStatistics.aidl (renamed from wifi/java/android/net/wifi/WifiNetworkConnectionStatistics.aidl) | 0 | ||||
| -rw-r--r-- | wifi/aidl-export/android/net/wifi/WifiNetworkSuggestion.aidl (renamed from wifi/java/android/net/wifi/WifiNetworkSuggestion.aidl) | 0 | ||||
| -rw-r--r-- | wifi/aidl-export/android/net/wifi/WifiUsabilityStatsEntry.aidl (renamed from wifi/java/android/net/wifi/WifiUsabilityStatsEntry.aidl) | 0 | ||||
| -rw-r--r-- | wifi/aidl-export/android/net/wifi/WpsInfo.aidl (renamed from wifi/java/android/net/wifi/WpsInfo.aidl) | 0 | ||||
| -rw-r--r-- | wifi/aidl-export/android/net/wifi/aware/Characteristics.aidl (renamed from wifi/java/android/net/wifi/aware/Characteristics.aidl) | 0 | ||||
| -rw-r--r-- | wifi/aidl-export/android/net/wifi/aware/PublishConfig.aidl (renamed from wifi/java/android/net/wifi/aware/PublishConfig.aidl) | 0 | ||||
| -rw-r--r-- | wifi/aidl-export/android/net/wifi/aware/SubscribeConfig.aidl (renamed from wifi/java/android/net/wifi/aware/SubscribeConfig.aidl) | 0 | ||||
| -rw-r--r-- | wifi/aidl-export/android/net/wifi/hotspot2/OsuProvider.aidl (renamed from wifi/java/android/net/wifi/hotspot2/OsuProvider.aidl) | 0 | ||||
| -rw-r--r-- | wifi/aidl-export/android/net/wifi/hotspot2/PasspointConfiguration.aidl (renamed from wifi/java/android/net/wifi/hotspot2/PasspointConfiguration.aidl) | 0 | ||||
| -rw-r--r-- | wifi/aidl-export/android/net/wifi/hotspot2/pps/Credential.aidl (renamed from wifi/java/android/net/wifi/hotspot2/pps/Credential.aidl) | 0 | ||||
| -rw-r--r-- | wifi/aidl-export/android/net/wifi/hotspot2/pps/HomeSp.aidl (renamed from wifi/java/android/net/wifi/hotspot2/pps/HomeSp.aidl) | 0 | ||||
| -rw-r--r-- | wifi/aidl-export/android/net/wifi/p2p/WifiP2pConfig.aidl (renamed from wifi/java/android/net/wifi/p2p/WifiP2pConfig.aidl) | 0 | ||||
| -rw-r--r-- | wifi/aidl-export/android/net/wifi/p2p/WifiP2pDevice.aidl (renamed from wifi/java/android/net/wifi/p2p/WifiP2pDevice.aidl) | 0 | ||||
| -rw-r--r-- | wifi/aidl-export/android/net/wifi/p2p/WifiP2pDeviceList.aidl (renamed from wifi/java/android/net/wifi/p2p/WifiP2pDeviceList.aidl) | 0 | ||||
| -rw-r--r-- | wifi/aidl-export/android/net/wifi/p2p/WifiP2pGroup.aidl (renamed from wifi/java/android/net/wifi/p2p/WifiP2pGroup.aidl) | 0 | ||||
| -rw-r--r-- | wifi/aidl-export/android/net/wifi/p2p/WifiP2pInfo.aidl (renamed from wifi/java/android/net/wifi/p2p/WifiP2pInfo.aidl) | 0 | ||||
| -rw-r--r-- | wifi/aidl-export/android/net/wifi/p2p/nsd/WifiP2pServiceInfo.aidl (renamed from wifi/java/android/net/wifi/p2p/nsd/WifiP2pServiceInfo.aidl) | 0 | ||||
| -rw-r--r-- | wifi/aidl-export/android/net/wifi/p2p/nsd/WifiP2pServiceRequest.aidl (renamed from wifi/java/android/net/wifi/p2p/nsd/WifiP2pServiceRequest.aidl) | 0 | ||||
| -rw-r--r-- | wifi/aidl-export/android/net/wifi/rtt/RangingRequest.aidl (renamed from wifi/java/android/net/wifi/rtt/RangingRequest.aidl) | 0 | ||||
| -rw-r--r-- | wifi/aidl-export/android/net/wifi/rtt/RangingResult.aidl (renamed from wifi/java/android/net/wifi/rtt/RangingResult.aidl) | 0 | ||||
| -rw-r--r-- | wifi/aidl-export/android/net/wifi/rtt/ResponderConfig.aidl (renamed from wifi/java/android/net/wifi/rtt/ResponderConfig.aidl) | 0 |
27 files changed, 10 insertions, 0 deletions
diff --git a/Android.bp b/Android.bp index feaafa3f0ea3..e54de2dec7d9 100644 --- a/Android.bp +++ b/Android.bp @@ -218,6 +218,14 @@ filegroup { } filegroup { + name: "framework-wifi-updatable-exported-aidl-sources", + srcs: [ + "wifi/aidl-export/**/*.aidl", + ], + path: "wifi/aidl-export", +} + +filegroup { name: "framework-non-updatable-sources", srcs: [ // Java/AIDL sources under frameworks/base @@ -279,6 +287,7 @@ filegroup { srcs: [ ":framework-sdkextensions-sources", ":framework-tethering-srcs", + ":framework-wifi-updatable-exported-aidl-sources", ":updatable-media-srcs", ":ike-srcs", ] @@ -316,6 +325,7 @@ java_defaults { "telecomm/java", "telephony/java", "wifi/java", + "wifi/aidl-export", ], }, } diff --git a/wifi/java/android/net/wifi/ScanResult.aidl b/wifi/aidl-export/android/net/wifi/ScanResult.aidl index b30689ca5d16..b30689ca5d16 100644 --- a/wifi/java/android/net/wifi/ScanResult.aidl +++ b/wifi/aidl-export/android/net/wifi/ScanResult.aidl diff --git a/wifi/java/android/net/wifi/WifiClient.aidl b/wifi/aidl-export/android/net/wifi/WifiClient.aidl index accdaddfc848..accdaddfc848 100644 --- a/wifi/java/android/net/wifi/WifiClient.aidl +++ b/wifi/aidl-export/android/net/wifi/WifiClient.aidl diff --git a/wifi/java/android/net/wifi/WifiConfiguration.aidl b/wifi/aidl-export/android/net/wifi/WifiConfiguration.aidl index 237a74da3052..237a74da3052 100644 --- a/wifi/java/android/net/wifi/WifiConfiguration.aidl +++ b/wifi/aidl-export/android/net/wifi/WifiConfiguration.aidl diff --git a/wifi/java/android/net/wifi/WifiEnterpriseConfig.aidl b/wifi/aidl-export/android/net/wifi/WifiEnterpriseConfig.aidl index b0f5f849c7ec..b0f5f849c7ec 100644 --- a/wifi/java/android/net/wifi/WifiEnterpriseConfig.aidl +++ b/wifi/aidl-export/android/net/wifi/WifiEnterpriseConfig.aidl diff --git a/wifi/java/android/net/wifi/WifiInfo.aidl b/wifi/aidl-export/android/net/wifi/WifiInfo.aidl index db47f0b5aa31..db47f0b5aa31 100644 --- a/wifi/java/android/net/wifi/WifiInfo.aidl +++ b/wifi/aidl-export/android/net/wifi/WifiInfo.aidl diff --git a/wifi/java/android/net/wifi/WifiNetworkConnectionStatistics.aidl b/wifi/aidl-export/android/net/wifi/WifiNetworkConnectionStatistics.aidl index 5f497e2796d8..5f497e2796d8 100644 --- a/wifi/java/android/net/wifi/WifiNetworkConnectionStatistics.aidl +++ b/wifi/aidl-export/android/net/wifi/WifiNetworkConnectionStatistics.aidl diff --git a/wifi/java/android/net/wifi/WifiNetworkSuggestion.aidl b/wifi/aidl-export/android/net/wifi/WifiNetworkSuggestion.aidl index eb6995f561de..eb6995f561de 100644 --- a/wifi/java/android/net/wifi/WifiNetworkSuggestion.aidl +++ b/wifi/aidl-export/android/net/wifi/WifiNetworkSuggestion.aidl diff --git a/wifi/java/android/net/wifi/WifiUsabilityStatsEntry.aidl b/wifi/aidl-export/android/net/wifi/WifiUsabilityStatsEntry.aidl index 839af54b81ba..839af54b81ba 100644 --- a/wifi/java/android/net/wifi/WifiUsabilityStatsEntry.aidl +++ b/wifi/aidl-export/android/net/wifi/WifiUsabilityStatsEntry.aidl diff --git a/wifi/java/android/net/wifi/WpsInfo.aidl b/wifi/aidl-export/android/net/wifi/WpsInfo.aidl index f5e4ebe4f1af..f5e4ebe4f1af 100644 --- a/wifi/java/android/net/wifi/WpsInfo.aidl +++ b/wifi/aidl-export/android/net/wifi/WpsInfo.aidl diff --git a/wifi/java/android/net/wifi/aware/Characteristics.aidl b/wifi/aidl-export/android/net/wifi/aware/Characteristics.aidl index 77305e9dae0a..77305e9dae0a 100644 --- a/wifi/java/android/net/wifi/aware/Characteristics.aidl +++ b/wifi/aidl-export/android/net/wifi/aware/Characteristics.aidl diff --git a/wifi/java/android/net/wifi/aware/PublishConfig.aidl b/wifi/aidl-export/android/net/wifi/aware/PublishConfig.aidl index 2e6dd00b245a..2e6dd00b245a 100644 --- a/wifi/java/android/net/wifi/aware/PublishConfig.aidl +++ b/wifi/aidl-export/android/net/wifi/aware/PublishConfig.aidl diff --git a/wifi/java/android/net/wifi/aware/SubscribeConfig.aidl b/wifi/aidl-export/android/net/wifi/aware/SubscribeConfig.aidl index bd73d5ee5ecc..bd73d5ee5ecc 100644 --- a/wifi/java/android/net/wifi/aware/SubscribeConfig.aidl +++ b/wifi/aidl-export/android/net/wifi/aware/SubscribeConfig.aidl diff --git a/wifi/java/android/net/wifi/hotspot2/OsuProvider.aidl b/wifi/aidl-export/android/net/wifi/hotspot2/OsuProvider.aidl index 23d0f22e866b..23d0f22e866b 100644 --- a/wifi/java/android/net/wifi/hotspot2/OsuProvider.aidl +++ b/wifi/aidl-export/android/net/wifi/hotspot2/OsuProvider.aidl diff --git a/wifi/java/android/net/wifi/hotspot2/PasspointConfiguration.aidl b/wifi/aidl-export/android/net/wifi/hotspot2/PasspointConfiguration.aidl index 6b1cea8edb5a..6b1cea8edb5a 100644 --- a/wifi/java/android/net/wifi/hotspot2/PasspointConfiguration.aidl +++ b/wifi/aidl-export/android/net/wifi/hotspot2/PasspointConfiguration.aidl diff --git a/wifi/java/android/net/wifi/hotspot2/pps/Credential.aidl b/wifi/aidl-export/android/net/wifi/hotspot2/pps/Credential.aidl index 3d8e8330c2c4..3d8e8330c2c4 100644 --- a/wifi/java/android/net/wifi/hotspot2/pps/Credential.aidl +++ b/wifi/aidl-export/android/net/wifi/hotspot2/pps/Credential.aidl diff --git a/wifi/java/android/net/wifi/hotspot2/pps/HomeSp.aidl b/wifi/aidl-export/android/net/wifi/hotspot2/pps/HomeSp.aidl index 6d343bde7081..6d343bde7081 100644 --- a/wifi/java/android/net/wifi/hotspot2/pps/HomeSp.aidl +++ b/wifi/aidl-export/android/net/wifi/hotspot2/pps/HomeSp.aidl diff --git a/wifi/java/android/net/wifi/p2p/WifiP2pConfig.aidl b/wifi/aidl-export/android/net/wifi/p2p/WifiP2pConfig.aidl index ea3b2803d514..ea3b2803d514 100644 --- a/wifi/java/android/net/wifi/p2p/WifiP2pConfig.aidl +++ b/wifi/aidl-export/android/net/wifi/p2p/WifiP2pConfig.aidl diff --git a/wifi/java/android/net/wifi/p2p/WifiP2pDevice.aidl b/wifi/aidl-export/android/net/wifi/p2p/WifiP2pDevice.aidl index 8790c6ffe903..8790c6ffe903 100644 --- a/wifi/java/android/net/wifi/p2p/WifiP2pDevice.aidl +++ b/wifi/aidl-export/android/net/wifi/p2p/WifiP2pDevice.aidl diff --git a/wifi/java/android/net/wifi/p2p/WifiP2pDeviceList.aidl b/wifi/aidl-export/android/net/wifi/p2p/WifiP2pDeviceList.aidl index 6c79009315b5..6c79009315b5 100644 --- a/wifi/java/android/net/wifi/p2p/WifiP2pDeviceList.aidl +++ b/wifi/aidl-export/android/net/wifi/p2p/WifiP2pDeviceList.aidl diff --git a/wifi/java/android/net/wifi/p2p/WifiP2pGroup.aidl b/wifi/aidl-export/android/net/wifi/p2p/WifiP2pGroup.aidl index 403f2b19bfda..403f2b19bfda 100644 --- a/wifi/java/android/net/wifi/p2p/WifiP2pGroup.aidl +++ b/wifi/aidl-export/android/net/wifi/p2p/WifiP2pGroup.aidl diff --git a/wifi/java/android/net/wifi/p2p/WifiP2pInfo.aidl b/wifi/aidl-export/android/net/wifi/p2p/WifiP2pInfo.aidl index a347148622ff..a347148622ff 100644 --- a/wifi/java/android/net/wifi/p2p/WifiP2pInfo.aidl +++ b/wifi/aidl-export/android/net/wifi/p2p/WifiP2pInfo.aidl diff --git a/wifi/java/android/net/wifi/p2p/nsd/WifiP2pServiceInfo.aidl b/wifi/aidl-export/android/net/wifi/p2p/nsd/WifiP2pServiceInfo.aidl index cf2cb4ae5eb4..cf2cb4ae5eb4 100644 --- a/wifi/java/android/net/wifi/p2p/nsd/WifiP2pServiceInfo.aidl +++ b/wifi/aidl-export/android/net/wifi/p2p/nsd/WifiP2pServiceInfo.aidl diff --git a/wifi/java/android/net/wifi/p2p/nsd/WifiP2pServiceRequest.aidl b/wifi/aidl-export/android/net/wifi/p2p/nsd/WifiP2pServiceRequest.aidl index d5a1e8f505a9..d5a1e8f505a9 100644 --- a/wifi/java/android/net/wifi/p2p/nsd/WifiP2pServiceRequest.aidl +++ b/wifi/aidl-export/android/net/wifi/p2p/nsd/WifiP2pServiceRequest.aidl diff --git a/wifi/java/android/net/wifi/rtt/RangingRequest.aidl b/wifi/aidl-export/android/net/wifi/rtt/RangingRequest.aidl index 8053c9416aeb..8053c9416aeb 100644 --- a/wifi/java/android/net/wifi/rtt/RangingRequest.aidl +++ b/wifi/aidl-export/android/net/wifi/rtt/RangingRequest.aidl diff --git a/wifi/java/android/net/wifi/rtt/RangingResult.aidl b/wifi/aidl-export/android/net/wifi/rtt/RangingResult.aidl index ae295a610afa..ae295a610afa 100644 --- a/wifi/java/android/net/wifi/rtt/RangingResult.aidl +++ b/wifi/aidl-export/android/net/wifi/rtt/RangingResult.aidl diff --git a/wifi/java/android/net/wifi/rtt/ResponderConfig.aidl b/wifi/aidl-export/android/net/wifi/rtt/ResponderConfig.aidl index fd3988aca06c..fd3988aca06c 100644 --- a/wifi/java/android/net/wifi/rtt/ResponderConfig.aidl +++ b/wifi/aidl-export/android/net/wifi/rtt/ResponderConfig.aidl |