dea8c9c1ac
This change is part of a topic that moves the recovery resources from the system partition to the vendor partition, if it exists, or the vendor directory on the system partition otherwise. The recovery resources are moving from the system image to the vendor partition so that a single system image may be used with either an A/B or a non-A/B vendor image. The topic removes a delta in the system image that prevented such reuse in the past. The recovery resources that are moving are involved with updating the recovery partition after an update. In a non-A/B configuration, the system boots from the recovery partition, updates the other partitions (system, vendor, etc.) Then, the next time the system boots normally, a script updates the recovery partition (if necessary). This script, the executables it invokes, and the data files that it uses were previously on the system partition. The resources that are moving include the following. * install-recovery.sh * applypatch * recovery-resource.dat (if present) * recovery-from-boot.p (if present) This change moves the recovery resources to vendor in libcutils/fs_config.cpp and removes the flash_recovery service from rootdir/init.rc. This service moved to a vendor init.rc file in bootable/recovery/applypatch. Bug: 68319577 Test: Ensure that recovery partition is updated correctly. Change-Id: I492f7989ea8042912e9d0e0eadeaa351affbee13 |
||
---|---|---|
.. | ||
arch-arm | ||
arch-arm64 | ||
arch-mips | ||
arch-x86 | ||
arch-x86_64 | ||
include | ||
include_vndk/cutils | ||
Android.bp | ||
android_get_control_env.h | ||
android_get_control_file.cpp | ||
android_get_control_file_test.cpp | ||
android_get_control_socket_test.cpp | ||
android_reboot.cpp | ||
ashmem-dev.cpp | ||
ashmem-host.cpp | ||
ashmem_test.cpp | ||
canned_fs_config.cpp | ||
config_utils.cpp | ||
fs.cpp | ||
fs_config.cpp | ||
fs_config.h | ||
fs_config_test.cpp | ||
hashmap.cpp | ||
iosched_policy.cpp | ||
klog.cpp | ||
load_file.cpp | ||
memset_test.cpp | ||
MODULE_LICENSE_APACHE2 | ||
multiuser.cpp | ||
multiuser_test.cpp | ||
native_handle.cpp | ||
NOTICE | ||
OWNERS | ||
partition_utils.cpp | ||
properties.cpp | ||
properties_test.cpp | ||
qtaguid.cpp | ||
record_stream.cpp | ||
sched_policy_test.cpp | ||
socket_inaddr_any_server_unix.cpp | ||
socket_inaddr_any_server_windows.cpp | ||
socket_local_client_unix.cpp | ||
socket_local_server_unix.cpp | ||
socket_local_unix.h | ||
socket_network_client_unix.cpp | ||
socket_network_client_windows.cpp | ||
sockets.cpp | ||
sockets_test.cpp | ||
sockets_unix.cpp | ||
sockets_windows.cpp | ||
str_parms.cpp | ||
str_parms_test.cpp | ||
strlcpy.c | ||
threads.cpp | ||
trace-container.cpp | ||
trace-dev.cpp | ||
trace-dev.inc | ||
trace-dev_test.cpp | ||
trace-host.cpp | ||
uevent.cpp |