commit | 34ca0892f4ae440becbe8097e7b68cd5a6d494d3 | [log] [tgz] |
---|---|---|
author | Tao Bao <tbao@google.com> | Fri Apr 22 23:36:50 2016 +0000 |
committer | Android (Google) Code Review <android-gerrit@google.com> | Fri Apr 22 23:36:50 2016 +0000 |
tree | 27bcbef3bfc08254e4cbe5214d1b5fff3f5e25b0 | |
parent | 692941be79fd765f8873d810ae627a917dfd791b [diff] | |
parent | e179276f7dd94e9ef738f00c6953d251c76f22f7 [diff] |
Merge "recovery: Dump the signature in the zip package." into nyc-dev
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