commit | 9cf2dd1a9bb12e01a1da53cc89b80d3e8cfa9250 | [log] [tgz] |
---|---|---|
author | Elliott Hughes <enh@google.com> | Fri Jun 17 18:22:42 2016 +0000 |
committer | android-build-merger <android-build-merger@google.com> | Fri Jun 17 18:22:42 2016 +0000 |
tree | d5009816eadc2f25cfaabf253ccc201adeee0863 | |
parent | 5475565761ccb9bf75039df63d6eaa92d9d86ea0 [diff] | |
parent | 62bd0a9cb1ed865c4727c174a3d9fedc515b44ad [diff] |
Merge \\\\"Minor minadbd cleanup.\\\\" am: a49c8a19da am: 98c97c8932 am: aaa7c08cfa am: 62bd0a9cb1 Change-Id: I292fd31cebd3df14fedf83bc591a0a602bf40128
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