summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorZhomart Mukhamejanov <zhomart@google.com>2019-02-26 05:00:52 +0100
committerGerrit Code Review <noreply-gerritcodereview@google.com>2019-02-26 05:00:52 +0100
commit52db3dc12e6da9c527a765838e4930a676649bd6 (patch)
treeb3e67aaaced918fc3b12f6aefecbf4d1f98bdae8
parentMerge "Add a logo to the fastbootd screen." (diff)
parentUpdater updater_sample/README.md - build instructions. (diff)
downloadandroid_bootable_recovery-52db3dc12e6da9c527a765838e4930a676649bd6.tar
android_bootable_recovery-52db3dc12e6da9c527a765838e4930a676649bd6.tar.gz
android_bootable_recovery-52db3dc12e6da9c527a765838e4930a676649bd6.tar.bz2
android_bootable_recovery-52db3dc12e6da9c527a765838e4930a676649bd6.tar.lz
android_bootable_recovery-52db3dc12e6da9c527a765838e4930a676649bd6.tar.xz
android_bootable_recovery-52db3dc12e6da9c527a765838e4930a676649bd6.tar.zst
android_bootable_recovery-52db3dc12e6da9c527a765838e4930a676649bd6.zip
-rw-r--r--updater_sample/README.md6
1 files changed, 4 insertions, 2 deletions
diff --git a/updater_sample/README.md b/updater_sample/README.md
index bc66a9bb4..2070ebc21 100644
--- a/updater_sample/README.md
+++ b/updater_sample/README.md
@@ -191,7 +191,7 @@ privileged system app, so it's granted the required permissions to access
</privapp-permissions>
```
to `frameworks/base/data/etc/privapp-permissions-platform.xml`
-5. Build sample app `mmma -j bootable/recovery/updater_sample`.
+5. Build sample app `make -j SystemUpdaterSample`.
6. Build Android `make -j`
7. [Flash the device](https://source.android.com/setup/build/running)
8. Add update config files; look above at `## Update Config file`;
@@ -225,7 +225,9 @@ privileged system app, so it's granted the required permissions to access
## Running tests
-1. Build `mmma bootable/recovery/updater_sample/`
+The commands are expected to be run from `$ANDROID_BUILD_TOP`.
+
+1. Build `make -j SystemUpdaterSample` and `make -j SystemUpdaterSampleTests`.
2. Install app
`adb install $OUT/system/priv-app/SystemUpdaterSample/SystemUpdaterSample.apk`
3. Install tests