platform_bootable_recovery/updater
Hongguang Chen 586565fd8b Add more mounting options to updater mount function.
If enabling the oem partition, it will be mounted by updater before
reading product properties from it. To be safety, we want to enable AVB
to this oem partition. But this means the oem partition can never be
mounted to writable. Otherwise, that partition will be corrupted to AVB
verifying.
This change follows fs_mgr to allow to pass more mounting options to the
updater.

BUG: 150156957
Test: make ota package which mounts AVB oem partition to read only and
run OTA.

Change-Id: I2ebbe3c8ac53c70112f3fed2703fcba9170405a6
2020-03-17 23:39:13 -07:00
..
include Address the warnings in recovery code 2020-03-07 17:54:11 -08:00
Android.bp Add libavb as a dependency 2020-02-28 11:41:31 -08:00
Android.mk Add libavb as a dependency 2020-02-28 11:41:31 -08:00
blockimg.cpp Some clean ups to the updater 2019-05-22 14:58:28 -07:00
build_info.cpp Simulator: add the argument to keep the updated images 2019-07-30 17:11:35 -07:00
commands.cpp updater: Add TransferList class. 2018-08-17 09:37:26 -07:00
dynamic_partitions.cpp Implement updater runtime for dynamic partitions 2019-06-24 12:46:28 -07:00
install.cpp Consolidate the wait in recovery's reboot 2020-03-13 16:09:48 -07:00
mounts.cpp Move mounts.cpp from libotautil into libupdater. 2019-10-01 12:13:04 -07:00
mounts.h Move mounts.cpp from libotautil into libupdater. 2019-10-01 12:13:04 -07:00
simulator_runtime.cpp Move mounts.cpp from libotautil into libupdater. 2019-10-01 12:13:04 -07:00
target_files.cpp Change the symlink to system_ext 2019-07-09 23:33:26 +00:00
update_simulator_main.cpp Simulator: add the argument to keep the updated images 2019-07-30 17:11:35 -07:00
updater.cpp Implement an update simulator to verify BB OTA packages on host 2019-05-28 15:18:25 -07:00
updater_main.cpp Run BORINGSSL_self_test() in updater_main 2019-10-05 17:06:48 -07:00
updater_runtime.cpp Add more mounting options to updater mount function. 2020-03-17 23:39:13 -07:00
updater_runtime_dynamic_partitions.cpp updater: Fix build for new CreateLogicalPartition signature. 2019-08-14 12:32:55 -07:00