summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Su <dysu@google.com>2021-01-05 19:28:11 +0000
committerDavid Su <dysu@google.com>2021-01-05 21:51:53 +0000
commit51f1134d6da7b35c20719ca2b3520c51a9adbc58 (patch)
tree2dbfe193a7dae8cb1269cb0a1c07928f88cde0b4
parentebe5b0dfe3c6e06f83c8591a28a3f368487741cb (diff)
downloadwifi-51f1134d6da7b35c20719ca2b3520c51a9adbc58.tar.gz
frameworks/opt/net/wifi: Add MOVED.txt
Document where the files have been moved to. Bug: 137323948 Test: compiles Change-Id: I1f4179d800a06715de60179c7a1ad6a4cc126b18 Merged-In: I1f4179d800a06715de60179c7a1ad6a4cc126b18
-rw-r--r--MOVED.txt10
1 files changed, 10 insertions, 0 deletions
diff --git a/MOVED.txt b/MOVED.txt
new file mode 100644
index 000000000..c71b6867b
--- /dev/null
+++ b/MOVED.txt
@@ -0,0 +1,10 @@
+Source code and tests for Wifi service have moved to
+packages/modules/Wifi/service.
+
+- frameworks/opt/net/wifi/service/apex -> packages/modules/Wifi/apex
+- frameworks/opt/net/wifi/service/java -> packages/modules/Wifi/service/java
+- frameworks/opt/net/wifi/service/res -> packages/modules/Wifi/service/ServiceWifiResources/res
+- frameworks/opt/net/wifi/tests/ -> packages/modules/Wifi/service/tests
+
+What remains in frameworks/opt/net/wifi are Wifi libraries that
+are not part of the Wifi module.