diff options
author | Zhomart Mukhamejanov <zhomart@google.com> | 2019-02-25 22:47:45 -0800 |
---|---|---|
committer | android-build-merger <android-build-merger@google.com> | 2019-02-25 22:47:45 -0800 |
commit | 4be5562ae99cee36edd0b166b438fd0b65bf797e (patch) | |
tree | d94609e576101e2a8b0d489efb907f36954ec2e1 /updater_sample | |
parent | 965e5dafd36d284f425378cef26257c0e994d1c5 (diff) | |
parent | 32bd2aa2904e83d00208d54416714ab19f7d337c (diff) |
Merge "Updater updater_sample/README.md - build instructions." am: 52db3dc12e am: 2ee3614be3
am: 32bd2aa290
Change-Id: Ie988dd227283f3280466e7ad375ffc857ea6b679
Diffstat (limited to 'updater_sample')
-rw-r--r-- | updater_sample/README.md | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/updater_sample/README.md b/updater_sample/README.md index bc66a9bb..2070ebc2 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 |