commit | 818394869d36b9db1bf4984585a062d4bb91310f | [log] [tgz] |
---|---|---|
author | Josh Gao <jmgao@google.com> | Tue Aug 30 20:17:26 2016 +0000 |
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | Tue Aug 30 20:17:27 2016 +0000 |
tree | 6ce436040f62d84b5844dfffd27ff747f4223a9d | |
parent | 89bf2bdc85bd576bfd81b438bb8d39b042d91779 [diff] | |
parent | acb2a2fa4c415944a27539461ba3757f3edbb128 [diff] |
Merge "minadbd: rename adb_server_main to minadbd_main."
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