commit | 03539f5e8313eea9db616d93a53628a7307bcb0c | [log] [tgz] |
---|---|---|
author | Tianjie Xu <xunchang@google.com> | Thu Jul 28 02:50:08 2016 +0000 |
committer | android-build-merger <android-build-merger@google.com> | Thu Jul 28 02:50:08 2016 +0000 |
tree | 37bc621e020b758a6ec056f7ec0b5057ca146282 | |
parent | b32823b7e74e5cb7cd5bb4e6d01e60383696ded8 [diff] | |
parent | 53c34ebdc41e1db7c1e4a1998b7376a0dc9cae9a [diff] |
Resolve merge conflicts of 286848e to stage-aosp-master am: 9da825940d am: 53c34ebdc4 Change-Id: I54f74a04eb36317bc306fd1db20d4d4fb8a9421e
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