summaryrefslogtreecommitdiffstats
path: root/gsi_tool.cpp
Commit message (Expand)AuthorAgeFilesLines
* Convert gsid to use the dynamic AIDL service infrastructureHoward Chen2020-03-101-1/+0
* Fix gsi_tool wipe-dataHoward Chen2020-03-041-1/+1
* Add getAvbPublicKey to IGsiService and IImageServiceYo Chiang2020-02-051-0/+14
* Support multiple DSU installationsHoward Chen2020-01-141-18/+44
* gsid: Fixes for 32-bitPaul Trautrim2019-12-171-2/+2
* Fix typo in DSU installation error messageYo Chiang2019-12-021-1/+1
* RefactoringHoward Chen2019-11-121-17/+16
* Enhance the fault tolerance of GSID installationHoward Chen2019-10-241-0/+1
* Make DSU to support multiple partitionsHoward Chen2019-10-241-16/+39
* Merge changes from topics "dsu_ashmem", "dsu_clean_up"Treehugger Robot2019-09-281-4/+4
|\
| * Clean up legacy methods and namingHoward Chen2019-09-181-4/+4
* | Factor GetGsiService into a helper library.David Anderson2019-09-091-32/+5
|/
* Add getAllBackingImages to ImageServiceHoward Chen2019-08-281-0/+19
* Only shut down gsid when it has no more consumers.David Anderson2019-07-291-3/+11
* Add a wipe-data command to gsi_tool and IGsiService.David Anderson2019-06-111-0/+40
* Enable clang-format on preupload.David Anderson2019-04-161-1/+4
* Add isGsiEnabled to GsiServiceHoward Chen2019-03-151-3/+10
* Make the StartInstall abort-ableHoward Chen2019-03-151-1/+18
* Allow specifying the GSI install path.David Anderson2019-03-121-9/+15
* Do not hardcode /data/gsi in GsiService.android-q-preview-1David Anderson2019-03-071-1/+7
* Allow gsi_tool to set whether GSI installs are single-boot or not.David Anderson2019-03-061-7/+21
* Start gsid on-demand.David Anderson2019-02-271-10/+25
* Allow enabling or disabling a previously installed GSI as non-root.David Anderson2019-02-201-8/+5
* Use stderr for error messages.David Anderson2019-02-081-26/+26
* Gsid should behave more like a normal service.David Anderson2019-02-071-9/+0
* gsi_tool: Refuse to install/disable/wipe unless root.David Anderson2019-02-011-0/+9
* gsi_tool: Fix progress bar quirk.David Anderson2019-01-311-3/+8
* Add gsi_tool statusHoward Chen2019-01-241-2/+32
* Check f2fs pin status before writes and before rebooting.David Anderson2019-01-241-0/+15
* Add GSI installation error codes.David Anderson2019-01-171-16/+15
* Forbid installing GSIs within live GSIs.David Anderson2019-01-171-0/+8
* Add a progress bar API to gsid and use it in gsi_tool.David Anderson2019-01-171-7/+128
* Allow disabling and re-enabling GSI.David Anderson2019-01-161-4/+84
* Fix platform-java build.David Anderson2019-01-141-1/+3
* Introduce a daemon (gsid) for managing GSI installs.David Anderson2019-01-111-32/+52
* Introduce libgsi, gsi_tool.David Anderson2019-01-081-0/+148