commit | 4934bb7e850da07d37c7006a8af61b3e32d7b9ea | [log] [tgz] |
---|---|---|
author | Mattias Nissler <mnissler@google.com> | Tue Mar 01 16:42:22 2016 +0000 |
committer | android-build-merger <android-build-merger@google.com> | Tue Mar 01 16:42:22 2016 +0000 |
tree | 6f581ab2fa66970852ac3ea2853a5faa73fb9af3 | |
parent | 08bae03c947782901fde4d8ebd2f264f428689c8 [diff] | |
parent | c4d143356ef1a406bb641b2f1504ab72f083a6bd [diff] |
Merge "Remove dumpkey build guards after completing code move." am: 5ffc038be6 am: ea0e0faae6 am: c4d143356e * commit 'c4d143356ef1a406bb641b2f1504ab72f083a6bd': 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