commit | d0bfa33c664405957733e01ec0e8c17bf1234b4e | [log] [tgz] |
---|---|---|
author | Tianjie Xu <xunchang@google.com> | Thu Jan 19 19:02:35 2017 +0000 |
committer | android-build-merger <android-build-merger@google.com> | Thu Jan 19 19:02:35 2017 +0000 |
tree | 3cc2d750c86189f15be32c69115d93e34172447f | |
parent | e0d3b0ceab7de3ada458b698a8162cee47781dff [diff] | |
parent | 8953f919e402b12ed24c8c4616f993043dfa471d [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 Change-Id: Ibe82fdacb0c2ee8214e3d9038ef9751f8d1315ad
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