commit | 1d873510ff7ab9a09b807e96ac913a01bd190831 | [log] [tgz] |
---|---|---|
author | Josh Gao <jmgao@google.com> | Tue Aug 30 20:33:07 2016 +0000 |
committer | android-build-merger <android-build-merger@google.com> | Tue Aug 30 20:33:07 2016 +0000 |
tree | aaa72a39896369993806e5bf82c76d84db92e1d2 | |
parent | a50d7faff09d5d64251a80ff73684e58a0d9cae1 [diff] | |
parent | a331d858067bf5b57fddaf3bef2ce2d7c11f116a [diff] |
Merge "minadbd: rename adb_server_main to minadbd_main." am: 818394869d am: aad4cef0f3 am: a331d85806 Change-Id: Iff2e4199993338425af704dfb885e35884e2bf4f
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