commit | 48019cf71a42cef86628a2e452b4ef4c5040b6fd | [log] [tgz] |
---|---|---|
author | Josh Gao <jmgao@google.com> | Tue Aug 30 21:11:58 2016 +0000 |
committer | android-build-merger <android-build-merger@google.com> | Tue Aug 30 21:11:58 2016 +0000 |
tree | b57d06765a238e7d5d4cc2876777d0cf27fdf335 | |
parent | 37d76d0c88fd4d49a8121cf2975e69a3e6a16fc9 [diff] | |
parent | 1d873510ff7ab9a09b807e96ac913a01bd190831 [diff] |
Merge "minadbd: rename adb_server_main to minadbd_main." am: 818394869d am: aad4cef0f3 am: a331d85806 am: 1d873510ff Change-Id: Ibd3e787d8593b0a484ffa46ee5f7292828a9d128
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