commit | 2f9be5517225b33be30f48630ba581087672ea75 | [log] [tgz] |
---|---|---|
author | Tao Bao <tbao@google.com> | Fri Apr 22 23:49:58 2016 +0000 |
committer | android-build-merger <android-build-merger@google.com> | Fri Apr 22 23:49:58 2016 +0000 |
tree | 27bcbef3bfc08254e4cbe5214d1b5fff3f5e25b0 | |
parent | 87b0654f00d84b91cb42289a6229a8682831ed41 [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: I674e1a43aafe0140371b123bb7e14fc928c43988
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