summaryrefslogtreecommitdiffstats
path: root/updater_sample/tests/Android.mk (follow)
Commit message (Collapse)AuthorAgeFilesLines
* updater_sample: Improve UpdateConfigZhomart Mukhamejanov2018-05-011-2/+6
| | | | | | | | | | | | | | | | | 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>
* updater_sample: Use stubs libs for android.test.base / runner.Tao Bao2018-04-261-2/+2
| | | | | | | | | | | | | | | To address the warning below (which will be disallowed): bootable/recovery/updater_sample/tests/Android.mk: warning: SystemUpdaterSampleTests (java:system) should not link to android.test.runner (java:platform) (See b/69899800 or the commit message in [1] for detailed discussions.) [1]: https://android-review.googlesource.com/c/platform/frameworks/ml/+/666428 Test: `mmma -j bootable/recovery` gives no warning. Test: Install and run SystemUpdaterSampleTests on device. Change-Id: I12a1556d572d9f332fcf43dc84cbe8fd1b6df89b
* Rename the dir for SystemUpdaterSample.Tao Bao2018-04-261-0/+32
Also replace the occurrence in README.md and PREUPLOAD.cfg. Test: mmma -j bootable/recovery Change-Id: I04c0ef00dd64f49e008ad2a4a2c1e8eaed76bf8d