commit | ebd22be4f742f5eeb32b2eeaf212b34e7605da50 | [log] [tgz] |
---|---|---|
author | Yabin Cui <yabinc@google.com> | Wed Mar 30 01:19:25 2016 +0000 |
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | Wed Mar 30 01:19:25 2016 +0000 |
tree | 1ea8229bbec4db5c64e055c5a60ddbb938790335 | |
parent | 3568004cba740a466bd9731a4bb5c8a1475e6d2d [diff] | |
parent | 6507265906084c59ba6b80c010f06be312bd23c1 [diff] |
Merge "uncrypt: remove --read-bcb option."
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