commit | 5ffc038be6cffd9155fce4f2212ff351415ee7ba | [log] [tgz] |
---|---|---|
author | Mattias Nissler <mnissler@google.com> | Tue Mar 01 11:46:27 2016 +0000 |
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | Tue Mar 01 11:46:27 2016 +0000 |
tree | 62fcf983521561fbcde2febda2fa4937417404f5 | |
parent | 5197fde242e00d6ee112896846da8d0be6303c56 [diff] | |
parent | b66f047d41f3ff5e06baa63b3705d189a697035c [diff] |
Merge "Remove dumpkey build guards after completing code move."
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