summaryrefslogtreecommitdiffstats
path: root/updater_sample/README.md
diff options
context:
space:
mode:
authorandroid-build-prod (mdb) <android-build-team-robot@google.com>2018-04-26 02:10:33 +0200
committerGerrit Code Review <noreply-gerritcodereview@google.com>2018-04-26 02:10:33 +0200
commita544bfab2bbaf71bf56511ff33a7cca88ef73846 (patch)
tree1dc6010dec08f2af591b6f174d22507fd5792740 /updater_sample/README.md
parentMerge "sample_updater: add non-streaming demo" (diff)
parentRename the dir for SystemUpdaterSample. (diff)
downloadandroid_bootable_recovery-a544bfab2bbaf71bf56511ff33a7cca88ef73846.tar
android_bootable_recovery-a544bfab2bbaf71bf56511ff33a7cca88ef73846.tar.gz
android_bootable_recovery-a544bfab2bbaf71bf56511ff33a7cca88ef73846.tar.bz2
android_bootable_recovery-a544bfab2bbaf71bf56511ff33a7cca88ef73846.tar.lz
android_bootable_recovery-a544bfab2bbaf71bf56511ff33a7cca88ef73846.tar.xz
android_bootable_recovery-a544bfab2bbaf71bf56511ff33a7cca88ef73846.tar.zst
android_bootable_recovery-a544bfab2bbaf71bf56511ff33a7cca88ef73846.zip
Diffstat (limited to '')
-rw-r--r--updater_sample/README.md (renamed from sample_updater/README.md)4
1 files changed, 2 insertions, 2 deletions
diff --git a/sample_updater/README.md b/updater_sample/README.md
index 467ef5d4a..d9864b472 100644
--- a/sample_updater/README.md
+++ b/updater_sample/README.md
@@ -13,7 +13,7 @@ targets the latest android.
The commands expected to be run from `$ANDROID_BUILD_TOP`.
-1. Compile the app `$ mmma bootable/recovery/sample_updater`.
+1. Compile the app `$ mmma bootable/recovery/updater_sample`.
2. Install the app to the device using `$ adb install <APK_PATH>`.
3. Add update config files.
@@ -45,7 +45,7 @@ is located at `res/raw/sample.json`.
## Running tests
-1. Build `$ mmma bootable/recovery/sample_updater/`
+1. Build `$ mmma bootable/recovery/updater_sample/`
2. Install app
`$ adb install $OUT/system/app/SystemUpdaterSample/SystemUpdaterSample.apk`
3. Install tests