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