commit | e89bf257a1e8304194b426467bb923eb34967396 | [log] [tgz] |
---|---|---|
author | Tao Bao <tbao@google.com> | Tue Oct 18 21:48:22 2016 +0000 |
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | Tue Oct 18 21:48:23 2016 +0000 |
tree | 75e9a712d25b278d7bb100453ebb1ca41da950c0 | |
parent | 6fba98ce645bb00b4fa7f03dd1786566af919d78 [diff] | |
parent | 8b309f6970ab3b7c53cc529c51a2cb44e1c7a7e1 [diff] |
Merge "Create bootloader_message static library."
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