commit | 05a801ca8ea87388b537485a4d5dfa276e974aa5 | [log] [tgz] |
---|---|---|
author | Tao Bao <tbao@google.com> | Fri Nov 04 21:04:12 2016 +0000 |
committer | android-build-merger <android-build-merger@google.com> | Fri Nov 04 21:04:12 2016 +0000 |
tree | 20005522fac7e831780e647d0097ec221860b578 | |
parent | 99adda9d67e16e447dffc3e4b7d6505206171f69 [diff] | |
parent | d0daf7f7df03a339ec17df0c4085a2ae9930a9dd [diff] |
Merge "updater: Add a testcase for RenameFn()." am: d0daf7f7df Change-Id: I606b95f3d164063a271cd8faac8c5bfe42e2ef60
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