platform_bootable_recovery/recovery_utils
Eric Biggers a762e14f03 recovery_utils: remove FDE support
Support for FDE is being removed from Android, having been replaced by
FBE.  This CL removes the FDE-specific code from recovery_utils:

- Remove the code that wiped FstabEntry::key_loc if it is a block
  device, since key_loc was only used by FDE.

- Remove support for reserving a crypto footer when formatting volumes,
  since crypto footers were only used by FDE.

Bug: 191796797
Change-Id: I90b1e4cacd2f3e5cce77a82a0af744fcc7da9400
2021-11-09 17:20:32 -08:00
..
include/recovery_utils Refactor battery info querying functions into librecovery_utils. 2019-10-02 22:04:25 -07:00
Android.bp [LSC] Add LOCAL_LICENSE_KINDS to bootable/recovery 2021-02-14 10:37:20 -08:00
battery_utils.cpp Refactor battery info querying functions into librecovery_utils. 2019-10-02 22:04:25 -07:00
logging.cpp otautil: Factor out the utils that're private to recovery. 2019-10-02 10:56:46 -07:00
parse_install_logs.cpp otautil: Factor out the utils that're private to recovery. 2019-10-02 10:56:46 -07:00
roots.cpp recovery_utils: remove FDE support 2021-11-09 17:20:32 -08:00
thermalutil.cpp otautil: Factor out the utils that're private to recovery. 2019-10-02 10:56:46 -07:00