diff options
author | Android Build Role Account android-build-prod <android-build-team-robot@google.com> | 2021-05-15 10:07:22 +0000 |
---|---|---|
committer | Android Build Role Account android-build-prod <android-build-team-robot@google.com> | 2021-05-15 10:07:22 +0000 |
commit | ac7fc8e1debff1f57afe79f144d8d16a1a0ec470 (patch) | |
tree | 01ec931931503ed80f181b2d85efb5df0079e4ba /common/dynamic_partition_control_interface.h | |
parent | 5d3613e99ec327d2ba487cc00de13b334618886f (diff) | |
parent | f79cb91b4218a68642c94a01defc0594e742b3f4 (diff) |
Snap for 7364285 from f79cb91b4218a68642c94a01defc0594e742b3f4 to s-keystone-qcom-release
Change-Id: I485b5b774533322ed4c78c3ceec5f945ea21b582
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; }; |