commit | 5197fde242e00d6ee112896846da8d0be6303c56 | [log] [tgz] |
---|---|---|
author | Mattias Nissler <mnissler@google.com> | Fri Feb 26 08:16:34 2016 +0000 |
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | Fri Feb 26 08:16:34 2016 +0000 |
tree | 17deccfc3425d171a8df152db6539d1c22f4c09a | |
parent | 4b3cdce702fefa7eac0626f57d09ff018127c191 [diff] | |
parent | 03b72b0f377d352a7197b2cbb3c90ebed3321bcc [diff] |
Merge "Move dumpkey tool to the recovery repo."
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