commit | 38b923ff6caafbb92935e7d13640d6b05f2a7466 | [log] [tgz] |
---|---|---|
author | Mark Salyzyn <salyzyn@google.com> | Tue Oct 04 17:39:16 2016 +0000 |
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | Tue Oct 04 17:39:17 2016 +0000 |
tree | 93b0f8e88a58fd19bad200bba783c83ef922380c | |
parent | 0bc2df16963f7a79417678d1f2cf59fd6b513b1d [diff] | |
parent | fee79a4532e9ef27b9dae4b02f2d06fa932e8c95 [diff] |
Merge "recovery: drop log/logger.h"
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