commit | c4d143356ef1a406bb641b2f1504ab72f083a6bd | [log] [tgz] |
---|---|---|
author | Mattias Nissler <mnissler@google.com> | Tue Mar 01 16:38:50 2016 +0000 |
committer | android-build-merger <android-build-merger@google.com> | Tue Mar 01 16:38:50 2016 +0000 |
tree | 71cc6dcdc6553a3cef6e1be3f662a8998a890365 | |
parent | 30f368fde096a746d5ac407754955691abfc48b7 [diff] | |
parent | ea0e0faae6c0e57deb1a53683b00ff4651a65502 [diff] |
Merge "Remove dumpkey build guards after completing code move." am: 5ffc038be6 am: ea0e0faae6 * commit 'ea0e0faae6c0e57deb1a53683b00ff4651a65502': 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