From 844bd1dd1eddbaee62f720b4df5e732da2ee0fed Mon Sep 17 00:00:00 2001 From: Steven Moreland Date: Thu, 1 Oct 2020 20:35:49 +0000 Subject: Move AIDL files to declared packages. There was a regression in the AIDL compiler recently that removed the requirement that, like in Java, .aidl unstructured parcelables (these parcelable declarations) are in directories and files which match their packages and file names. This CL moves relevant files to the correct directory required by their type. Bug: N/A Test: build Change-Id: I71f6f714e98e184a02b6bbf3d4f8b0b8c8aee30b --- wifi/aidl-export/android/net/wifi/p2p/nsd/WifiP2pServiceInfo.aidl | 2 +- wifi/aidl-export/android/net/wifi/p2p/nsd/WifiP2pServiceRequest.aidl | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'wifi') diff --git a/wifi/aidl-export/android/net/wifi/p2p/nsd/WifiP2pServiceInfo.aidl b/wifi/aidl-export/android/net/wifi/p2p/nsd/WifiP2pServiceInfo.aidl index cf2cb4ae5eb4..57055f78d03d 100644 --- a/wifi/aidl-export/android/net/wifi/p2p/nsd/WifiP2pServiceInfo.aidl +++ b/wifi/aidl-export/android/net/wifi/p2p/nsd/WifiP2pServiceInfo.aidl @@ -14,6 +14,6 @@ * limitations under the License. */ -package android.net.wifi.p2p.servicediscovery; +package android.net.wifi.p2p.nsd; parcelable WifiP2pServiceInfo; diff --git a/wifi/aidl-export/android/net/wifi/p2p/nsd/WifiP2pServiceRequest.aidl b/wifi/aidl-export/android/net/wifi/p2p/nsd/WifiP2pServiceRequest.aidl index d5a1e8f505a9..e4d28bb2d39f 100644 --- a/wifi/aidl-export/android/net/wifi/p2p/nsd/WifiP2pServiceRequest.aidl +++ b/wifi/aidl-export/android/net/wifi/p2p/nsd/WifiP2pServiceRequest.aidl @@ -14,6 +14,6 @@ * limitations under the License. */ -package android.net.wifi.p2p.servicediscovery; +package android.net.wifi.p2p.nsd; parcelable WifiP2pServiceRequest; -- cgit v1.2.3