commit | aad4cef0f320ff0697aa27a57850de19bfa568bf | [log] [tgz] |
---|---|---|
author | Josh Gao <jmgao@google.com> | Tue Aug 30 20:27:39 2016 +0000 |
committer | android-build-merger <android-build-merger@google.com> | Tue Aug 30 20:27:39 2016 +0000 |
tree | 6ce436040f62d84b5844dfffd27ff747f4223a9d | |
parent | 9968866e861a9d4f78dc264bc8adfdf2c5280f39 [diff] | |
parent | 818394869d36b9db1bf4984585a062d4bb91310f [diff] |
Merge "minadbd: rename adb_server_main to minadbd_main." am: 818394869d Change-Id: I7a8fe351a8bfa0b7bdc48c89d56647a98018af51
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