summaryrefslogtreecommitdiff
path: root/payload_consumer/install_plan_unittest.cc
diff options
context:
space:
mode:
authorAndroid Build Role Account android-build-prod <android-build-team-robot@google.com>2021-05-15 10:07:22 +0000
committerAndroid Build Role Account android-build-prod <android-build-team-robot@google.com>2021-05-15 10:07:22 +0000
commitac7fc8e1debff1f57afe79f144d8d16a1a0ec470 (patch)
tree01ec931931503ed80f181b2d85efb5df0079e4ba /payload_consumer/install_plan_unittest.cc
parent5d3613e99ec327d2ba487cc00de13b334618886f (diff)
parentf79cb91b4218a68642c94a01defc0594e742b3f4 (diff)
Snap for 7364285 from f79cb91b4218a68642c94a01defc0594e742b3f4 to s-keystone-qcom-release
Change-Id: I485b5b774533322ed4c78c3ceec5f945ea21b582
Diffstat (limited to 'payload_consumer/install_plan_unittest.cc')
-rw-r--r--payload_consumer/install_plan_unittest.cc2
1 files changed, 2 insertions, 0 deletions
diff --git a/payload_consumer/install_plan_unittest.cc b/payload_consumer/install_plan_unittest.cc
index 2ca8d811..77794949 100644
--- a/payload_consumer/install_plan_unittest.cc
+++ b/payload_consumer/install_plan_unittest.cc
@@ -38,6 +38,7 @@ TEST(InstallPlanTest, Dump) {
.source_path = "foo-source-path",
.source_hash = {0xb1, 0xb2},
.target_path = "foo-target-path",
+ .readonly_target_path = "mountable-device",
.target_hash = {0xb3, 0xb4},
.postinstall_path = "foo-path",
.filesystem_type = "foo-type",
@@ -66,6 +67,7 @@ Partition: foo-partition_name
target_hash: B3B4
run_postinstall: false
postinstall_path: foo-path
+ readonly_target_path: mountable-device
filesystem_type: foo-type
Payload: 0
urls: (url1,url2)