summaryrefslogtreecommitdiffstats
path: root/host
diff options
context:
space:
mode:
authorAdnan Begovic <adnan@cyngn.com>2015-11-23 14:33:54 -0800
committerAdnan Begovic <adnan@cyngn.com>2015-11-23 14:35:47 -0800
commita6cf63ac7d80cffee586eb4a910f4c8998bfe317 (patch)
tree4c5c7e2b03db8711c6f7ddeea333a6ba632cb454 /host
parent2be0eef4dda0548de9ce68c50f1edd7ff0457dff (diff)
downloadvendor_cmsdk-a6cf63ac7d80cffee586eb4a910f4c8998bfe317.zip
vendor_cmsdk-a6cf63ac7d80cffee586eb4a910f4c8998bfe317.tar.gz
vendor_cmsdk-a6cf63ac7d80cffee586eb4a910f4c8998bfe317.tar.bz2
cmsdk: Fix readme on hist migration util.
Change-Id: I735efd0cb58d7be7faa7a7820de63a3eb36c8faf
Diffstat (limited to 'host')
-rw-r--r--host/migration/README.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/host/migration/README.md b/host/migration/README.md
index 441b75a..c15b632 100644
--- a/host/migration/README.md
+++ b/host/migration/README.md
@@ -1,6 +1,6 @@
## CMSettings Migration Test
-The tests host library contains a simple interface which calls down to a client jar on the device
-to take a snapshot of the current settings, forces an update with the current build in the tree,
+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):
@@ -10,4 +10,4 @@ To run the test (on a live device):
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>"
+ ```java -cp /Volumes/CM/CM13/out/host/<platform>/framework/migration-interface.jar GenerateExampleSettings <output file path> ```