commit | 26474639b93d1fca3fcd2011f13f0a30bec4001e | [log] [tgz] |
---|---|---|
author | Elliott Hughes <enh@google.com> | Wed Jun 15 22:50:01 2016 +0000 |
committer | android-build-merger <android-build-merger@google.com> | Wed Jun 15 22:50:01 2016 +0000 |
tree | 25c216043ca6b791307fc2bab04b030dbb351d6c | |
parent | 5f040c325fc8b8f78a0ca861818f75ef7516fd33 [diff] | |
parent | b36980cc09971d3cc1125eb72d6ddbdbea82adcb [diff] |
resolve merge conflicts of 179c0d8 to stage-aosp-master am: 274d17dc0f am: eaddde6888 am: b36980cc09 Change-Id: I1ebaa7e62c774f08a07360df7d8498872aaf4e9d
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