commit | e4ec60e045df268edd56fabbbca3638ce94d13c2 | [log] [tgz] |
---|---|---|
author | Tianjie Xu <xunchang@google.com> | Wed Jan 18 22:37:48 2017 +0000 |
committer | android-build-merger <android-build-merger@google.com> | Wed Jan 18 22:37:48 2017 +0000 |
tree | f90c7c7c1e65b8ad4279dfe4883e46a80e0a7321 | |
parent | 3fdf1fd5150e35b83d853561de8092664bd755a8 [diff] | |
parent | 64f0de7a1380f0f29cc87fb2d47c6920d3de0683 [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 Change-Id: I3b67824479c820d06e84e6611e4aff87265dab11
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