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 /payload_consumer/install_plan.h | |
parent | 5d3613e99ec327d2ba487cc00de13b334618886f (diff) | |
parent | f79cb91b4218a68642c94a01defc0594e742b3f4 (diff) |
Snap for 7364285 from f79cb91b4218a68642c94a01defc0594e742b3f4 to s-keystone-qcom-release
Change-Id: I485b5b774533322ed4c78c3ceec5f945ea21b582
Diffstat (limited to 'payload_consumer/install_plan.h')
-rw-r--r-- | payload_consumer/install_plan.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/payload_consumer/install_plan.h b/payload_consumer/install_plan.h index 43b94fc3..7c77789b 100644 --- a/payload_consumer/install_plan.h +++ b/payload_consumer/install_plan.h @@ -109,7 +109,7 @@ struct InstallPlan { std::string target_path; // |mountable_target_device| is intended to be a path to block device which // can be used for mounting this block device's underlying filesystem. - std::string postinstall_mount_device; + std::string readonly_target_path; uint64_t target_size{0}; brillo::Blob target_hash; |