commit | c8a872ce44915617dfc03eb5d215d7663e5e44d8 | [log] [tgz] |
---|---|---|
author | Yabin Cui <yabinc@google.com> | Tue Oct 18 23:50:29 2016 +0000 |
committer | android-build-merger <android-build-merger@google.com> | Tue Oct 18 23:50:29 2016 +0000 |
tree | e80493fadfbea81163acad933e8c82620235d8fb | |
parent | e2a706824e8c3ffc308c3ae2cd59c95906df76c1 [diff] | |
parent | f258f601a02f45f80de34504747b57abc1119b34 [diff] |
Merge "Fix bootloader_message." am: 7c95fe10de am: 83e4e6d35c am: f258f601a0 Change-Id: I72376cae20beeae2ee4aa13f6d28f5a61ffdce49
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