commit | 9da825940d4a764b1ac5fe77d40367a4f052c57b | [log] [tgz] |
---|---|---|
author | Tianjie Xu <xunchang@google.com> | Wed Jul 27 19:37:24 2016 -0700 |
committer | Tianjie Xu <xunchang@google.com> | Wed Jul 27 19:39:43 2016 -0700 |
tree | 8ffb2534b471763b48726da12f04e2025372be8c | |
parent | 977903da4907a1b17f6f90b5154cdcba962ab619 [diff] | |
parent | 286848e7543107609d14cdf7eaf4f49828009393 [diff] |
Resolve merge conflicts of 286848e to stage-aosp-master Change-Id: I3bfe781a215e09ebe162af8522972976c110410f
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