commit | e0d3b0ceab7de3ada458b698a8162cee47781dff | [log] [tgz] |
---|---|---|
author | Tianjie Xu <xunchang@google.com> | Wed Jan 18 22:40:19 2017 +0000 |
committer | android-build-merger <android-build-merger@google.com> | Wed Jan 18 22:40:19 2017 +0000 |
tree | 3cc2d750c86189f15be32c69115d93e34172447f | |
parent | 48be23c8ed0bcceda1abd80e1df4d1abc20f042f [diff] | |
parent | e4ec60e045df268edd56fabbbca3638ce94d13c2 [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 Change-Id: If13ea5ee5c963357e73f82c677782d569c745acd
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