summaryrefslogtreecommitdiffstats
path: root/updater_sample/tests/Android.bp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Add PrepareUpdateService.Zhomart Mukhamejanov2018-12-151-0/+1
| | | | | | | | | | | | | | | | | It's moved from PrepareStreamingService intent service. Now PrepareUpdateService takes an UpdateConfig and builds PayloadSpec for UpdateEngine for both streaming and non-streaming update. It allows us to do all preparations in intent service's thread, without blocking UI. We will also add checksum verification to PrepareUpdateService. Test: device, junit Bug: 77150191 Change-Id: Iea69acd9aa41e17538c26aff60f7598093ca7744
* Migrate bootable/recovery to androidx.testkoushik panuganti2018-12-121-1/+1
| | | | | | | See go/jetpack-test-android-migration Test: make checkbuild Change-Id: I0740a2205e6b3893ba292cd841592ea85071eefb
* Fix instrumentation_for to refer to name of moduleColin Cross2018-10-181-1/+1
| | | | | | | | The instrumentation_for property takes the name a module, not the name of a class. Test: m checkbuild Change-Id: I4671ed7b42696eb023052655c0ce7997d2b754f8
* updater_sample: Move to Soong.Tao Bao2018-08-101-0/+40
Test: Follow the steps in "Running tests" in updater_sample/README.md. Change-Id: I70c3239e3daea0dcdadf02f68abe7d6aafa67a2e