summaryrefslogtreecommitdiff
path: root/dynamic_partition_utils.h
Commit message (Collapse)AuthorAgeFilesLines
* [REFACTOR] DynamicPartitionControl: minimize APIYifan Hong2019-07-311-0/+33
- Move UpdatePartitionMetadata in boot_control_android.cc to DynamicPartitionControlAndroid::PreparePartitionsForUpdate to reflect code ownership better. - Minimize the API by removing unused functions now that we have PreparePartitionsForUpdate - Fix tests: replace MockDynamicPartitionControl to MockDynamicPartitionControlAndroid because it tests DynamicPartitionControlAndroid. Test: unit test Test: manually apply full OTA Change-Id: I2959270bd89c4f8ddaa45cf45ba93acdec850f67