commit | ca50d7b66a187855d5ff53e95ec5286701f29d80 | [log] [tgz] |
---|---|---|
author | Tianjie Xu <xunchang@google.com> | Wed Jan 18 22:34:18 2017 +0000 |
committer | android-build-merger <android-build-merger@google.com> | Wed Jan 18 22:34:18 2017 +0000 |
tree | 7e1ccedcc9c9bab2038cd5e4bf88f2402554756d | |
parent | b8c1788e7b4b63b2cc4ed2ecf7728da816301f42 [diff] | |
parent | 15ca2a476378bc5440252c834a024560455664e1 [diff] |
Add a checker for signature boundary in verifier am: 54ea136fde am: 0a34b17c8b am: fb80b4f72d am: d3d5e54a45 am: 6ea9888d51 am: a055eb93c3 am: 15ca2a4763 Change-Id: I5481d39f0d2fdb92c95e964d2a55512f4df3acb3
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