Skip to content
Snippets Groups Projects
Commit e0e31770 authored by David Su's avatar David Su Committed by Baligh Uddin
Browse files

frameworks/base/wifi: Move migration_samples to non-updatable directory

This is not part of the Wifi module, move it to the non-updatable
directory.

Bug: 176105484
Test: compiles
Merged-In: Ia95e300da9286d79ee57c285c3bfa88ecc98e326
Change-Id: I94cced501d7ffc2602b7672fa10999b1a1a8e5f6
parent 4e461c5a
No related branches found
No related tags found
No related merge requests found
......@@ -139,8 +139,8 @@ public final class WifiMigration {
/**
* Load data from legacy shared wifi config store file.
* <p>
* Expected AOSP format is available in the sample files under {@code /frameworks/base/wifi/
* java/android/net/wifi/migration_samples}.
* Expected AOSP format is available in the sample files under {@code
* frameworks/base/wifi/non-updatable/migration_samples/}.
* </p>
* <p>
* Note:
......@@ -218,8 +218,8 @@ public final class WifiMigration {
/**
* Load data from legacy user wifi config store file.
* <p>
* Expected AOSP format is available in the sample files under {@code /frameworks/base/wifi/
* java/android/net/wifi/migration_samples}.
* Expected AOSP format is available in the sample files under {@code
* frameworks/base/wifi/non-updatable/migration_samples/}.
* </p>
* <p>
* Note:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment