commit | 4aa56ad47760d5d01b9f4f202c9080f4865d3e2f | [log] [tgz] |
---|---|---|
author | Tianjie Xu <xunchang@google.com> | Thu Jan 19 19:05:05 2017 +0000 |
committer | android-build-merger <android-build-merger@google.com> | Thu Jan 19 19:05:05 2017 +0000 |
tree | 6199a1cc963c610149efb737043fdaee80244f08 | |
parent | f1278966750d17e2be69ced79396cdd3ffab3e94 [diff] | |
parent | d0bfa33c664405957733e01ec0e8c17bf1234b4e [diff] |
DO NOT MERGE: Add a checker for signature boundary in verifier am: f616da1726 am: 5346da0220 -s ours am: a41cc29447 -s ours am: 051dfa7ec3 -s ours am: 94c8b5e5a6 am: 2b1bcab427 -s ours am: 37a5941440 am: ddca75fb0a am: b21b92b386 am: 8a51334062 -s ours am: 67b69c05c6 am: 8f9e3c9bd9 am: 8953f919e4 am: d0bfa33c66 Change-Id: I73459eeb26653773edcf10209531f397e40d2c03
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