diff options
author | Kelvin Zhang <zhangkelvin@google.com> | 2021-05-06 23:58:19 +0000 |
---|---|---|
committer | Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com> | 2021-05-06 23:58:19 +0000 |
commit | 27578a724282f105467c941c472a90e4b271c86d (patch) | |
tree | 879f8d510ec93f7fcb88967f2964b1b0d21f2751 /common/dynamic_partition_control_interface.h | |
parent | ed7c2726044e333f5341765f5ebfcd05e475fbdc (diff) | |
parent | e0042ab207ada8e6e8a8e1c84f478744d80f4810 (diff) |
Rename postinstall_mount_device to readonly_target_path am: a9b5d8c8ee am: 6180c7600f am: e0042ab207
Original change: https://android-review.googlesource.com/c/platform/system/update_engine/+/1696827
Change-Id: I12b69e04373607aa62057503a71def4a07afe1dc
Diffstat (limited to 'common/dynamic_partition_control_interface.h')
-rw-r--r-- | common/dynamic_partition_control_interface.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/common/dynamic_partition_control_interface.h b/common/dynamic_partition_control_interface.h index d5e1d8d2..a5be6e1a 100644 --- a/common/dynamic_partition_control_interface.h +++ b/common/dynamic_partition_control_interface.h @@ -39,7 +39,7 @@ namespace chromeos_update_engine { struct PartitionDevice { std::string rw_device_path; - std::string mountable_device_path; + std::string readonly_device_path; bool is_dynamic; }; |