commit | f1278966750d17e2be69ced79396cdd3ffab3e94 | [log] [tgz] |
---|---|---|
author | Tianjie Xu <xunchang@google.com> | Wed Jan 18 22:42:18 2017 +0000 |
committer | android-build-merger <android-build-merger@google.com> | Wed Jan 18 22:42:18 2017 +0000 |
tree | 6199a1cc963c610149efb737043fdaee80244f08 | |
parent | 14bdbb6c7703854d2f8f4bafd19a4c2013c1d6ee [diff] | |
parent | e0d3b0ceab7de3ada458b698a8162cee47781dff [diff] |
Add a checker for signature boundary in verifier am: 54ea136fde am: 0a34b17c8b am: fb80b4f72d am: d3d5e54a45 am: 6ea9888d51 am: a055eb93c3 am: 15ca2a4763 am: ca50d7b66a am: 64f0de7a13 am: e4ec60e045 am: e0d3b0ceab Change-Id: I2b483f4cd082ef6cc0d9839c576a05161d980728
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