commit | bca162a98b8e3ccb8400d41c05b80bc1fe847451 | [log] [tgz] |
---|---|---|
author | Sen Jiang <senj@google.com> | Wed Feb 10 19:30:20 2016 +0000 |
committer | android-build-merger <android-build-merger@google.com> | Wed Feb 10 19:30:20 2016 +0000 |
tree | b70bf8c1ca5cbac5770a94ef57282bffebf03709 | |
parent | 2a32d1c5090ee490df6cea73cfb9a15d4542648d [diff] | |
parent | 6a7bf1d9aa7cd52a594e91e6a8f9111a18ae3551 [diff] |
Merge "applypatch: Add a Makefile to build imgdiff in Chrome OS." am: 6a7bf1d9aa * commit '6a7bf1d9aa7cd52a594e91e6a8f9111a18ae3551': applypatch: Add a Makefile to build imgdiff in Chrome OS.
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