summaryrefslogtreecommitdiffstats
path: root/updater_sample/Android.mk (unfollow)
Commit message (Collapse)AuthorFilesLines
2018-06-14Revert "updater_sample: add proguard.flags"Ian Pedowitz1-2/+3
This reverts commit 8c3af4aa8c35b9fdeb5c2b350098c20202fd3830. Reason for revert: Broke Master Change-Id: I37bceeea630fb7db39efa25d03ababe3d84cdfbf
2018-06-13updater_sample: add proguard.flagsZhomart Mukhamejanov1-3/+2
Test: junit Change-Id: I0175271935fdd87dd49ad9936d0e1b550d164e05 Signed-off-by: Zhomart Mukhamejanov <zhomart@google.com>
2018-06-01updater_sample: Add @GuardedByZhomart Mukhamejanov1-1/+1
Test: on the device Change-Id: I15762dafec1814980e1c2529f5fc2048853c8ff2 Signed-off-by: Zhomart Mukhamejanov <zhomart@google.com>
2018-05-01updater_sample: Improve UpdateConfigZhomart Mukhamejanov1-0/+4
UpdateConfig: - constant names changed - added parsing streaming metadata - added InnerFile to describe a file in zip Android.mk - added guava tests fixed Test: using junit4 Change-Id: Ibe3c8a3bde20259b0eea9a79aca4b22ed7b048f4 Signed-off-by: Zhomart Mukhamejanov <zhomart@google.com>
2018-04-26Rename the dir for SystemUpdaterSample.Tao Bao1-0/+0
Also replace the occurrence in README.md and PREUPLOAD.cfg. Test: mmma -j bootable/recovery Change-Id: I04c0ef00dd64f49e008ad2a4a2c1e8eaed76bf8d
2018-04-25sample_updater: add non-streaming demoZhomart Mukhamejanov1-3/+8
SampleUpdater app was tested manually on a device. There are unit tests for utility classes. SampleUpdater app demonstrates how to use Android Update Engine to apply A/B (seamless) update. This CL contains demo of non-stream update using async update_engine, which is accessed directly from an activity. This app also shows logs from update_engine on the UI. Instructions can be found in `README.md`. - Create a UI with list of configs, current version, control buttons and a progress bar - Add PayloadSpec and PayloadSpecs for working with update zip file - Add UpdateConfig for working with json config files - Add applying non-streaming update Test: tested manually and unit tests for utilities Change-Id: I05d4a46ad9cf8b334c9c60c7dd4da486dac0400a Signed-off-by: Zhomart Mukhamejanov <zhomart@google.com>
2018-04-01Create the SystemUpdate activity class.Jiachen Zhao1-0/+2
Test: tested sample app with sideloading. Change-Id: I0d1661cea57c706b4981a4cda9f9b69fdeb69292
2018-03-31Create folder for SystemUpdate sample app.Jiachen Zhao1-6/+9
Test: no functional changes. Change-Id: I2e8c654086ca49063c59ae0529e190323c84d6ad
2016-02-26Remove dumpkey build guards after completing code move.Mattias Nissler1-10/+0
Bug: 27326256 Change-Id: Ia713b23e3c898c1f10af7c61ea67f34601fdcbe3
2016-02-24Move dumpkey tool to the recovery repo.Mattias Nissler1-15/+14
The dumpkey tool is used to dump encryption keys in a custom format used by the recovery code. Nobody else uses this format AFAICT, so it's more appropriate to keep the code of the tool alongside the recovery code instead of next to mincrypt. BUG:27326256 Change-Id: I30176845617972be1d6e46e9a9218e161fbf0680
2011-07-12Remove the simulator target from all makefiles.Jeff Brown1-4/+0
Bug: 5010576 Change-Id: Ib465fdb42c8621899bea15c04a427d7ab1641a8c
2009-07-15remove amendDoug Zongker1-5/+0
Yank all the code to install OTA packages out of the recovery binary itself. Now packages are installed by a binary included in the package (run as a child of recovery), so we can make improvements in the installation process without waiting for a new release to use them.
2009-03-04auto import from //depot/cupcake/@135843The Android Open Source Project1-0/+42
2009-03-04auto import from //depot/cupcake/@135843The Android Open Source Project1-42/+0
2008-12-18Code drop from //branches/cupcake/...@124589The Android Open Source Project1-0/+22