platform_hardware_interfaces/rebootescrow/aidl
Kenny Root d0c4f2bb40 Resume on Reboot default implementation
A default implementation of the RebootEscrow HAL which relies on RAM
retention to keep a key around during a reboot to apply an OTA. This
should work on devices that use a "warm reboot" and most likely will
work on devices that use a "cold reboot" as well.

DRAM will retain information for several seconds depending on the
temperature and other factors. This is enough to survive a reboot. With
the Hadamard code used in this change for error recovery, many errors
can be recovered.

Bug: 63928581
Test: make
Test: atest VtsHalRebootEscrowTargetTest
Change-Id: Ib8db7888d64fee8d827d7c06892b9a1f2af87add
2019-12-19 09:59:40 -08:00
..
android/hardware/rebootescrow HAL for Resume on Reboot 2019-12-16 18:55:29 -08:00
default Resume on Reboot default implementation 2019-12-19 09:59:40 -08:00
vts/functional HAL for Resume on Reboot 2019-12-16 18:55:29 -08:00
Android.bp HAL for Resume on Reboot 2019-12-16 18:55:29 -08:00