commit | ea0e0faae6c0e57deb1a53683b00ff4651a65502 | [log] [tgz] |
---|---|---|
author | Mattias Nissler <mnissler@google.com> | Tue Mar 01 11:48:54 2016 +0000 |
committer | android-build-merger <android-build-merger@google.com> | Tue Mar 01 11:48:54 2016 +0000 |
tree | a838438d67a8da340cd39fa745551c9460bb4ea6 | |
parent | b652678953f1ff3920bebdd97836eda061a9a36b [diff] | |
parent | 5ffc038be6cffd9155fce4f2212ff351415ee7ba [diff] |
Merge "Remove dumpkey build guards after completing code move." am: 5ffc038be6 * commit '5ffc038be6cffd9155fce4f2212ff351415ee7ba': 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