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