commit | 6a7bf1d9aa7cd52a594e91e6a8f9111a18ae3551 | [log] [tgz] |
---|---|---|
author | Sen Jiang <senj@google.com> | Wed Feb 10 18:21:30 2016 +0000 |
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | Wed Feb 10 18:21:31 2016 +0000 |
tree | d01dfa7f2b65b703ab83fc9e47fed61e67f97d85 | |
parent | c213a7c1d1eb0c6ab9bbe08c7375e8814a59a3ac [diff] | |
parent | 696692a3c9fe4bd8879f98f3e85341303f85afd5 [diff] |
Merge "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