summaryrefslogtreecommitdiffstats
path: root/updater_sample/README.md
diff options
context:
space:
mode:
authorTao Bao <tbao@google.com>2018-08-10 22:13:02 +0200
committerandroid-build-merger <android-build-merger@google.com>2018-08-10 22:13:02 +0200
commitc8426c1f6ada73f6fbd9bb7e786e4ab2e2121df7 (patch)
tree4b40c8071bb1c8961953bd35936b0525369e9c59 /updater_sample/README.md
parentMerge "`recovery` uses more shared libraries." am: 3c5e2c1c7e am: f8f53fd04c (diff)
parentMerge "updater_sample: Move to Soong." am: afa16480aa (diff)
downloadandroid_bootable_recovery-c8426c1f6ada73f6fbd9bb7e786e4ab2e2121df7.tar
android_bootable_recovery-c8426c1f6ada73f6fbd9bb7e786e4ab2e2121df7.tar.gz
android_bootable_recovery-c8426c1f6ada73f6fbd9bb7e786e4ab2e2121df7.tar.bz2
android_bootable_recovery-c8426c1f6ada73f6fbd9bb7e786e4ab2e2121df7.tar.lz
android_bootable_recovery-c8426c1f6ada73f6fbd9bb7e786e4ab2e2121df7.tar.xz
android_bootable_recovery-c8426c1f6ada73f6fbd9bb7e786e4ab2e2121df7.tar.zst
android_bootable_recovery-c8426c1f6ada73f6fbd9bb7e786e4ab2e2121df7.zip
Diffstat (limited to 'updater_sample/README.md')
-rw-r--r--updater_sample/README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/updater_sample/README.md b/updater_sample/README.md
index 306e71e5b..69e8e244f 100644
--- a/updater_sample/README.md
+++ b/updater_sample/README.md
@@ -227,7 +227,7 @@ privileged system app, so it's granted the required permissions to access
1. Build `mmma bootable/recovery/updater_sample/`
2. Install app
- `adb install $OUT/system/app/SystemUpdaterSample/SystemUpdaterSample.apk`
+ `adb install $OUT/system/priv-app/SystemUpdaterSample/SystemUpdaterSample.apk`
3. Install tests
`adb install $OUT/testcases/SystemUpdaterSampleTests/SystemUpdaterSampleTests.apk`
4. Run tests