commit | 70172d76ef1b7563cf1bc508cb8045a192ad25a0 | [log] [tgz] |
---|---|---|
author | Tao Bao <tbao@google.com> | Tue Nov 08 18:29:36 2016 +0000 |
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | Tue Nov 08 18:29:37 2016 +0000 |
tree | 18816aa32af60db69228d2630152383d2984e39f | |
parent | ba41fba9e4fbd343bc6d0cb06b50fa2635a1f5a4 [diff] | |
parent | c3292f3fcbb3cd608cc19b7459751fa5bb64ab84 [diff] |
Merge "otautil: Clean up SysUtil.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