commit | 64f0de7a1380f0f29cc87fb2d47c6920d3de0683 | [log] [tgz] |
---|---|---|
author | Tianjie Xu <xunchang@google.com> | Wed Jan 18 22:36:48 2017 +0000 |
committer | android-build-merger <android-build-merger@google.com> | Wed Jan 18 22:36:48 2017 +0000 |
tree | a6a2b28fbd9912cecdbb121129cd208ba0842fb5 | |
parent | 8837b0d25dd73154b7b912a41c97ec8f10a68986 [diff] | |
parent | ca50d7b66a187855d5ff53e95ec5286701f29d80 [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 Change-Id: Ic6e05b8812f4b765b9114149373c7a00ad9ec78d
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