commit | a58a6dbe3d06aace0d1419838e162aa5267a4fc0 | [log] [tgz] |
---|---|---|
author | Yabin Cui <yabinc@google.com> | Wed Apr 06 15:52:18 2016 -0700 |
committer | Yabin Cui <yabinc@google.com> | Fri Apr 08 11:46:56 2016 -0700 |
tree | 006fce362447b84b2c5f4681f41bbf56c0f5fae3 | |
parent | b162551a30ce45e991fbd24f0647b6320d3b9b67 [diff] |
uncrypt: split libbootloader_message_writer for reuse. init and vold also need to write bootloader message, so split this function from uncrypt into a separate library. Bug: 27176738 Change-Id: If9b0887b4f6ffab6162d9cb47a6ceb7eedd60b4d
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