commit | b3bf958d4ff4e1f2c58cde8da630b77cc532b44a | [log] [tgz] |
---|---|---|
author | Jeremy Compostella <jeremy.compostella@intel.com> | Fri Apr 01 17:16:13 2016 +0200 |
committer | Jeremy Compostella <jeremy.compostella@intel.com> | Wed Apr 06 09:56:10 2016 +0200 |
tree | 9845093188b4dfd76b1719196bedd8406dc05a99 | |
parent | 71c657a10e39cc99b718fd88784c1437c10fb79e [diff] |
Define the Bootloader Control A/B structure Define the A/B structure for implementation using the misc partition as storage. The bootloader_control structure is designed to be put in the bootloader_message slot_suffix field. Change-Id: I158bdf3e69b3f327a1dde4c6eb1f907dbaf8939c Signed-off-by: Jeremy Compostella <jeremy.compostella@intel.com>
mm -j && m ramdisk-nodeps && m recoveryimage-nodeps # To boot into the new recovery image # without flashing the recovery partition: adb reboot bootloader fastboot boot $ANDROID_PRODUCT_OUT/recovery.img
# After setting up environment and lunch. mmma -j bootable/recovery # Running the tests on device. adb root adb sync data # 32-bit device adb shell /data/nativetest/recovery_unit_test/recovery_unit_test adb shell /data/nativetest/recovery_component_test/recovery_component_test # Or 64-bit device adb shell /data/nativetest64/recovery_unit_test/recovery_unit_test adb shell /data/nativetest64/recovery_component_test/recovery_component_test