commit | 53c34ebdc41e1db7c1e4a1998b7376a0dc9cae9a | [log] [tgz] |
---|---|---|
author | Tianjie Xu <xunchang@google.com> | Thu Jul 28 02:46:38 2016 +0000 |
committer | android-build-merger <android-build-merger@google.com> | Thu Jul 28 02:46:38 2016 +0000 |
tree | 9ca1b86b92fd48a24ec75b35dd1209318fc1763d | |
parent | fc7cbe465f7eb175e33e1939753d435c33c361cf [diff] | |
parent | 9da825940d4a764b1ac5fe77d40367a4f052c57b [diff] |
Resolve merge conflicts of 286848e to stage-aosp-master am: 9da825940d Change-Id: Ibbb885ee643e909ff00cd302c62b112c645c68ca
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