commit | 88ee9f61bf989e73a1d56eb2d2a2e6a70610e52c | [log] [tgz] |
---|---|---|
author | Tao Bao <tbao@google.com> | Fri Nov 04 21:15:12 2016 +0000 |
committer | android-build-merger <android-build-merger@google.com> | Fri Nov 04 21:15:12 2016 +0000 |
tree | 6ec57274514d6716c3d6f802fba49339966d825d | |
parent | a4d0c0ab871368785d599726849a87a599cd4709 [diff] | |
parent | 63ae92ded468f12dd5c81446396b4f6027ffcc12 [diff] |
Merge "updater: Add a testcase for RenameFn()." am: d0daf7f7df am: 05a801ca8e am: 8269eb0d1f am: 63ae92ded4 Change-Id: Ia4558618507770ff9324883c917b8cc8d09792dd
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