commit | a331d858067bf5b57fddaf3bef2ce2d7c11f116a | [log] [tgz] |
---|---|---|
author | Josh Gao <jmgao@google.com> | Tue Aug 30 20:30:37 2016 +0000 |
committer | android-build-merger <android-build-merger@google.com> | Tue Aug 30 20:30:37 2016 +0000 |
tree | 51e65f2fe31a8c2a86b4609b39b55f9e1d3f2c81 | |
parent | d987fe1d57b410c1f32f355165c022d5bcec6ba8 [diff] | |
parent | aad4cef0f320ff0697aa27a57850de19bfa568bf [diff] |
Merge "minadbd: rename adb_server_main to minadbd_main." am: 818394869d am: aad4cef0f3 Change-Id: I6ef1ef45fd598e12629a5bb5a28e9dca74e954fe
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