diff options
author | David Su <dysu@google.com> | 2021-01-05 19:20:59 +0000 |
---|---|---|
committer | David Su <dysu@google.com> | 2021-01-05 19:20:59 +0000 |
commit | e3d6713d1e66a5482e24e914789c3b95b4de3e69 (patch) | |
tree | 5b96eb020ad25ce327ecbb0be8f39cdcfff84618 | |
parent | 3e167c1243d5215521e4e663d565193a9af4cdea (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.txt | 8 |
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. |