commit | 8269eb0d1fabae67df9000b0fcc1a095175db1a4 | [log] [tgz] |
---|---|---|
author | Tao Bao <tbao@google.com> | Fri Nov 04 21:07:42 2016 +0000 |
committer | android-build-merger <android-build-merger@google.com> | Fri Nov 04 21:07:42 2016 +0000 |
tree | b4dbfa0122c7e39b0ed8ad0798792cb0f088b49d | |
parent | 92097726efb6038b632d3c32b109426d1786bdb6 [diff] | |
parent | 05a801ca8ea87388b537485a4d5dfa276e974aa5 [diff] |
Merge "updater: Add a testcase for RenameFn()." am: d0daf7f7df am: 05a801ca8e Change-Id: Ib6e162dd08ecb4f97a06beb54c26c5348a6782d1
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