summaryrefslogtreecommitdiff
path: root/gsi_service.cpp
AgeCommit message (Expand)Author
2019-07-19Refactor GsiService/GsiInstaller to use ImageManager.David Anderson
2019-07-19Rename internal constants from kGsi* to kDsu*.David Anderson
2019-07-17Introduce a library to contain gsid's image creation logic.David Anderson
2019-07-15Revert "Revert "Move libfiemap_writer from fs_mgr to gsid.""David Anderson
2019-07-15Revert "Move libfiemap_writer from fs_mgr to gsid."David Anderson
2019-07-11Move libfiemap_writer from fs_mgr to gsid.David Anderson
2019-06-11Add a wipe-data command to gsi_tool and IGsiService.David Anderson
2019-05-25Place GSI files into subfolders.David Anderson
2019-05-13Refactor gsid to separate the installer code.David Anderson
2019-05-08gsid: Explicitly calculate free space in 64 bitsPaul Trautrim
2019-04-26Support ReenableGsi when IsGsiRunning is trueHoward Chen
2019-04-23Fix getGsiBootStatus according to framework's usageHoward Chen
2019-04-18gsid: fix incorrect free space calculationPaul Trautrim
2019-04-16Enable clang-format on preupload.David Anderson
2019-04-05Don't call HasPinnedExtents when wrapping with device-mapper.David Anderson
2019-04-03Fix some outstanding issues in preparation for image verification.David Anderson
2019-04-03Fix the ValidateInstallParams for re-installationHoward Chen
2019-03-25Allow installing GSIs to external storage.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-07Switch GsiService to Splitfiemap.David Anderson
2019-03-06Allow gsi_tool to set whether GSI installs are single-boot or not.David Anderson
2019-03-01Track image sizes separately from image files.David Anderson
2019-02-27Start gsid on-demand.David Anderson
2019-02-26Fix broken image writing on some userdata configurations.David Anderson
2019-02-20Allow enabling or disabling a previously installed GSI as non-root.David Anderson
2019-02-11Only allow AID_SYSTEM and AID_ROOT to access IGsiService.David Anderson
2019-02-07Gsid should behave more like a normal service.David Anderson
2019-02-01Refactor partition and image handling.David Anderson
2019-01-29gsid: Remove calls to FiemapWriter::Flush.David Anderson
2019-01-25Create a wiped ext4 image rather than a formatted one.David Anderson
2019-01-24Create /metadata/gsi via an init script.David Anderson
2019-01-24Check f2fs pin status before writes and before rebooting.David Anderson
2019-01-17Quell libdm warnings during cleanup.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-14Implement a boot attempt counter.David Anderson
2019-01-14Use PLOG instead of strerror.David Anderson
2019-01-14Fix platform-java build.David Anderson
2019-01-11Introduce a daemon (gsid) for managing GSI installs.David Anderson