platform_bootable_recovery/install
Eric Biggers fde69fbd8a Remove support for converting from FDE to FBE
Devices that launched with Android 10 or later require FBE (File Based
Encryption) from the beginning, so there's no need to support converting
to FBE after the fact anymore.  This was only ever a developer option,
so it probably wasn't used much.  And in any case, it's not used
anymore, as isConvertibleToFBE() is hard-coded to return false.  Besides
the fact that FBE has been required for several releases now, this
functionality was only ever available on devices that use FDE (Full Disk
Encryption), but FDE support has been removed from Android.

Therefore, remove this unused code.

Bug: 208476087
Change-Id: I1f56c8e05fb3fba09aab4bf5f8609b0f552b8999
2022-03-10 22:48:49 +00:00
..
include Remove support for converting from FDE to FBE 2022-03-10 22:48:49 +00:00
adb_install.cpp Remove support for converting from FDE to FBE 2022-03-10 22:48:49 +00:00
Android.bp Move package verifier from libinstall to libotautil 2021-12-22 23:31:08 +08:00
fuse_install.cpp Perform data wipe in recovery if ota package has powerwash set 2022-02-14 20:20:08 -08:00
install.cpp Remove support for converting from FDE to FBE 2022-03-10 22:48:49 +00:00
snapshot_utils.cpp Fix SnapshotManager instantiation. 2021-02-04 20:23:15 -08:00
spl_check.cpp Check SPL downgrade before install OTA in recovery 2021-05-17 16:25:00 -04:00
spl_check_unittests.cpp Check SPL downgrade before install OTA in recovery 2021-05-17 16:25:00 -04:00
wipe_data.cpp Remove support for converting from FDE to FBE 2022-03-10 22:48:49 +00:00
wipe_device.cpp Move package verifier from libinstall to libotautil 2021-12-22 23:31:08 +08:00