Files
lineage-sdk/host/migration
LuK1337 e530d7a126 lineage-sdk: Clean up imports
Change-Id: Ie14853382ebefd42fdf827e2999a2a2a6d0a1cd1
2019-09-10 16:10:48 -07:00
..
2019-09-10 16:10:48 -07:00

LineageSettings Migration Test

The tests host library contains a simple interface which calls down to a client interface on the device to take a snapshot of the current settings, forces an update with the current build defined in params, then verifies the settings post migration.

To run the test (on a live device):

--settings <example settings> --bootimg <boot.img> --systemimg <system.img> ```

To generate example settings to be written against 12.1 device during migration:

```java -cp /Volumes/CM/CM13/out/host/<platform>/framework/migration-interface.jar GenerateExampleSettings <output file path> ```