commit | 19bb05dfc7a148dc4fc4ce744e5cfd013949497a | [log] [tgz] |
---|---|---|
author | Tao Bao <tbao@google.com> | Wed Oct 12 19:22:16 2016 +0000 |
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | Wed Oct 12 19:22:16 2016 +0000 |
tree | 61b9cd5ea5a627c1fd7217566b94821257f11e0f | |
parent | a7995d758170023df95c0608df18003cdab4f2d4 [diff] | |
parent | 361342cbd2af4bbf74ac9e91ddfb2a973220a106 [diff] |
Merge "updater: Kill the duplicate PrintSha1() in install.cpp."
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