commit | 5e3aa78c8bb47ee96ed5d2d9713b64ae6c8823be | [log] [tgz] |
---|---|---|
author | Tao Bao <tbao@google.com> | Fri Apr 22 23:49:53 2016 +0000 |
committer | android-build-merger <android-build-merger@google.com> | Fri Apr 22 23:49:53 2016 +0000 |
tree | c68cd4eae5e1ec9f9a87785593ff553a9dca0454 | |
parent | 17266d9a653d8b896dfe6d69826e28352d5932bd [diff] | |
parent | 34ca0892f4ae440becbe8097e7b68cd5a6d494d3 [diff] |
Merge "recovery: Dump the signature in the zip package." into nyc-dev am: 34ca089 * commit '34ca0892f4ae440becbe8097e7b68cd5a6d494d3': recovery: Dump the signature in the zip package. Change-Id: I22eb6256f3204f2eac80e729cd0cd5b862b45863
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