commit | b66f047d41f3ff5e06baa63b3705d189a697035c | [log] [tgz] |
---|---|---|
author | Mattias Nissler <mnissler@google.com> | Fri Feb 26 11:04:32 2016 +0100 |
committer | Mattias Nissler <mnissler@google.com> | Fri Feb 26 11:20:18 2016 +0100 |
tree | 62fcf983521561fbcde2febda2fa4937417404f5 | |
parent | 5197fde242e00d6ee112896846da8d0be6303c56 [diff] |
Remove dumpkey build guards after completing code move. Bug: 27326256 Change-Id: Ia713b23e3c898c1f10af7c61ea67f34601fdcbe3
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