summaryrefslogtreecommitdiff
path: root/gsi_tool.cpp
AgeCommit message (Expand)Author
2020-03-10Convert gsid to use the dynamic AIDL service infrastructureHoward Chen
2020-03-04Fix gsi_tool wipe-dataHoward Chen
2020-02-05Add getAvbPublicKey to IGsiService and IImageServiceYo Chiang
2020-01-14Support multiple DSU installationsHoward Chen
2019-12-17gsid: Fixes for 32-bitPaul Trautrim
2019-12-02Fix typo in DSU installation error messageYo Chiang
2019-11-12RefactoringHoward Chen
2019-10-24Enhance the fault tolerance of GSID installationHoward Chen
2019-10-24Make DSU to support multiple partitionsHoward Chen
2019-09-28Merge changes from topics "dsu_ashmem", "dsu_clean_up"Treehugger Robot
2019-09-18Clean up legacy methods and namingHoward Chen
2019-09-09Factor GetGsiService into a helper library.David Anderson
2019-08-28Add getAllBackingImages to ImageServiceHoward Chen
2019-07-29Only shut down gsid when it has no more consumers.David Anderson
2019-06-11Add a wipe-data command to gsi_tool and IGsiService.David Anderson
2019-04-16Enable clang-format on preupload.David Anderson
2019-03-15Add isGsiEnabled to GsiServiceHoward Chen
2019-03-15Make the StartInstall abort-ableHoward Chen
2019-03-12Allow specifying the GSI install path.David Anderson
2019-03-07Do not hardcode /data/gsi in GsiService.android-q-preview-1David Anderson
2019-03-06Allow gsi_tool to set whether GSI installs are single-boot or not.David Anderson
2019-02-27Start gsid on-demand.David Anderson
2019-02-20Allow enabling or disabling a previously installed GSI as non-root.David Anderson
2019-02-08Use stderr for error messages.David Anderson
2019-02-07Gsid should behave more like a normal service.David Anderson
2019-02-01gsi_tool: Refuse to install/disable/wipe unless root.David Anderson
2019-01-31gsi_tool: Fix progress bar quirk.David Anderson
2019-01-24Add gsi_tool statusHoward Chen
2019-01-24Check f2fs pin status before writes and before rebooting.David Anderson
2019-01-17Add GSI installation error codes.David Anderson
2019-01-17Forbid installing GSIs within live GSIs.David Anderson
2019-01-17Add a progress bar API to gsid and use it in gsi_tool.David Anderson
2019-01-16Allow disabling and re-enabling GSI.David Anderson
2019-01-14Fix platform-java build.David Anderson
2019-01-11Introduce a daemon (gsid) for managing GSI installs.David Anderson
2019-01-08Introduce libgsi, gsi_tool.David Anderson