summaryrefslogtreecommitdiff
path: root/boot_control_android_unittest.cc
Commit message (Expand)AuthorAgeFilesLines
* Proper split of BootControl and DynamicPartitionControl.Yifan Hong2019-11-131-250/+0
* DynamicPartitionControl: only create snapshot when snapshot_enabledYifan Hong2019-10-171-0/+3
* [REFACTOR] Pass DeltaArchiveManifest to DynamicPartitionControlYifan Hong2019-09-231-11/+11
* DynamicPartitionsControl: Add Virtual A/B feature flag.Yifan Hong2019-08-291-0/+2
* [REFACTOR] DynamicPartitionControl: Add GetSuperPartitionNameYifan Hong2019-07-311-0/+7
* [REFACTOR] Move and refactor tests.Yifan Hong2019-07-311-629/+9
* [REFACTOR] DynamicPartitionControl: combine DAP feature flag APIsYifan Hong2019-07-311-4/+2
* [REFACTOR] DynamicPartitionControl: minimize APIYifan Hong2019-07-311-3/+3
* Fix build for API change to DestroyLogicalPartition().David Anderson2019-07-131-4/+4
* Rename product_services to system_extJustin Yun2019-07-011-8/+6
* Fix resuming updates on DAP launch devices.Yifan Hong2019-04-011-2/+11
* Call InitPartitionMetadata when resuming an update.Tao Bao2019-01-041-25/+87
* Don't inherit from std::string.Dan Albert2018-12-201-36/+27
* Improve the logic for mapping target dynamic partitions.Yifan Hong2018-12-141-58/+62
* BootControlAndroid unittests: fix testsYifan Hong2018-11-201-10/+14
* Retrofit devices do not do allocatable space / 2.Yifan Hong2018-11-201-0/+2
* DynamicPartitionControl: support retrofit devicesYifan Hong2018-11-151-6/+9
* Add force_writable to MapPartitionOnDeviceMapperYifan Hong2018-10-301-6/+7
* Support updateable groups.Yifan Hong2018-10-261-162/+409
* Fix false negative NeedResizeYifan Hong2018-10-261-104/+0
* boot_control_android_unittest: ExpectStoreMetadataYifan Hong2018-10-261-63/+36
* Don't hardcode the super partition name.David Anderson2018-10-041-1/+2
* Don't pass a guid to MetadataBuilder::AddPartition.David Anderson2018-10-031-2/+1
* update_engine resize dynamic partitions during OTA.Yifan Hong2018-09-281-0/+670