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/postinstall_runner_action_unittest.cc | |
parent | 5d3613e99ec327d2ba487cc00de13b334618886f (diff) | |
parent | f79cb91b4218a68642c94a01defc0594e742b3f4 (diff) |
Snap for 7364285 from f79cb91b4218a68642c94a01defc0594e742b3f4 to s-keystone-qcom-release
Change-Id: I485b5b774533322ed4c78c3ceec5f945ea21b582
Diffstat (limited to 'payload_consumer/postinstall_runner_action_unittest.cc')
-rw-r--r-- | payload_consumer/postinstall_runner_action_unittest.cc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/payload_consumer/postinstall_runner_action_unittest.cc b/payload_consumer/postinstall_runner_action_unittest.cc index 5ee29898..792ee282 100644 --- a/payload_consumer/postinstall_runner_action_unittest.cc +++ b/payload_consumer/postinstall_runner_action_unittest.cc @@ -195,7 +195,7 @@ void PostinstallRunnerActionTest::RunPostinstallAction( InstallPlan::Partition part; part.name = "part"; part.target_path = device_path; - part.postinstall_mount_device = device_path; + part.readonly_target_path = device_path; part.run_postinstall = true; part.postinstall_path = postinstall_program; InstallPlan install_plan; @@ -360,7 +360,7 @@ TEST_F(PostinstallRunnerActionTest, RunAsRootSkipOptionalPostinstallTest) { InstallPlan::Partition part; part.name = "part"; part.target_path = "/dev/null"; - part.postinstall_mount_device = "/dev/null"; + part.readonly_target_path = "/dev/null"; part.run_postinstall = true; part.postinstall_path = kPostinstallDefaultScript; part.postinstall_optional = true; |