summaryrefslogtreecommitdiff
path: root/gsi_service.cpp
AgeCommit message (Expand)Author
2020-12-29Revert "GsiService::enableGsi() checks return code of FinishInstall()"Yo Chiang
2020-10-13Destroy DSU metadata encryption key when wiping an installationYo Chiang
2020-08-25Add closePartition() method to gsidYo Chiang
2020-08-24GsiService::enableGsi() checks return code of FinishInstall()Yo Chiang
2020-03-11Cleanup unused dependenciesandroid-r-preview-4android-r-preview-3android-r-preview-2Yo Chiang
2020-03-03Convert gsid to use the dynamic AIDL service infrastructureHoward Chen
2020-03-03Provide oneway method for methods required by system_serverHoward Chen
2020-02-07Merge "Fix the gsi_tool cmd line progress"Howard Chen
2020-02-06Fix the gsi_tool cmd line progressHoward Chen
2020-02-06Merge "Make gsi_tool able to wipe an interrupted installation"Howard Chen
2020-02-05Merge "Add getAvbPublicKey to IGsiService and IImageService"Yo Chiang
2020-02-05Make gsi_tool able to wipe an interrupted installationHoward Chen
2020-02-05Add getAvbPublicKey to IGsiService and IImageServiceYo Chiang
2020-02-03Log pre-realpath path in openImageServiceandroid-r-preview-1Alessio Balsini
2020-01-21Use default path if DSU install dir file does not exitAlessio Balsini
2020-01-16Merge "Support multiple DSU installations"Howard Chen
2020-01-14Support multiple DSU installationsHoward Chen
2020-01-08Merge "ImageManager returns FiemapStatus."Yifan Hong
2020-01-06ImageManager returns FiemapStatus.Yifan Hong
2019-12-30Merge "Fix the issue that makes GsiService::Cancel to block"Howard Chen
2019-12-25Fix the issue that makes GsiService::Cancel to blockHoward Chen
2019-12-18Add getMappedImageDevice to IImageService.David Anderson
2019-12-18Add removeDisabledImages to IImageService.David Anderson
2019-12-03Merge "Expose ImageManager::RemoveAllImages via binder."David Anderson
2019-11-26Expose ImageManager::RemoveAllImages via binder.David Anderson
2019-11-12RefactoringHoward Chen
2019-10-28Merge "Enhance the fault tolerance of GSID installation"Howard Chen
2019-10-25Merge "Make DSU to support multiple partitions"Howard Chen
2019-10-24Enhance the fault tolerance of GSID installationHoward Chen
2019-10-24Make DSU to support multiple partitionsHoward Chen
2019-10-02Add a binder call to retrieve device-mapper tables for diagnostics.David Anderson
2019-09-18Use Ashmem to reduce buffer copies.Howard Chen
2019-09-18Clean up legacy methods and namingHoward Chen
2019-08-29image_manager: set custom number of bytes to zero-fillAlessio Balsini
2019-08-28Add getAllBackingImages to ImageServiceHoward Chen
2019-08-01Export IsImageMapped to IImageService and IImageManager.David Anderson
2019-08-01Add a library to wrap libfiemap differences between recovery and normal AOSP.David Anderson
2019-07-29Fix Realpath() misuse in IGsiService::openImageManager.David Anderson
2019-07-29Add BackingImageExists to IImageManager.David Anderson
2019-07-29Only shut down gsid when it has no more consumers.David Anderson
2019-07-25Add a zero-fill flag to ImageManager::CreateBackingImage.David Anderson
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