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
This commit is contained in:
Steven Moreland
2020-10-01 20:35:49 +00:00
parent 1fa847ad64
commit 844bd1dd1e
3 changed files with 2 additions and 2 deletions

View File

@@ -14,6 +14,6 @@
* limitations under the License.
*/
package android.net.wifi.p2p.servicediscovery;
package android.net.wifi.p2p.nsd;
parcelable WifiP2pServiceInfo;

View File

@@ -14,6 +14,6 @@
* limitations under the License.
*/
package android.net.wifi.p2p.servicediscovery;
package android.net.wifi.p2p.nsd;
parcelable WifiP2pServiceRequest;