summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Su <dysu@google.com>2021-01-05 19:20:59 +0000
committerDavid Su <dysu@google.com>2021-01-05 19:20:59 +0000
commite3d6713d1e66a5482e24e914789c3b95b4de3e69 (patch)
tree5b96eb020ad25ce327ecbb0be8f39cdcfff84618
parent3e167c1243d5215521e4e663d565193a9af4cdea (diff)
frameworks/base/wifi: Add MOVED.txt
Document where the files have been moved to. Bug: 137323948 Test: compiles Change-Id: Ib1a017a71c265eba00eae44663fd225ce1bec0f8
-rw-r--r--wifi/MOVED.txt8
1 files changed, 8 insertions, 0 deletions
diff --git a/wifi/MOVED.txt b/wifi/MOVED.txt
new file mode 100644
index 000000000000..6ffb23cb0aaf
--- /dev/null
+++ b/wifi/MOVED.txt
@@ -0,0 +1,8 @@
+Source code and tests for Wifi module APIs have moved to
+packages/modules/Wifi/framework.
+
+- frameworks/base/wifi/java -> packages/modules/Wifi/framework/java
+- frameworks/base/wifi/tests -> packages/modules/Wifi/framework/tests
+
+What remains in frameworks/base/wifi are Wifi APIs that
+are not part of the Wifi module.