commit | af03617d814a6a12da46313346b75bba7ab35cf7 | [log] [tgz] |
---|---|---|
author | Tao Bao <tbao@google.com> | Fri Nov 04 16:19:24 2016 +0000 |
committer | android-build-merger <android-build-merger@google.com> | Fri Nov 04 16:19:24 2016 +0000 |
tree | 63d24e6f552536578d72323afee67c3771302d23 | |
parent | 5587cc195dad5ad16ba00fb6680f437dc9fae826 [diff] | |
parent | afd1d3af5a58351c5f51d16179459f8a504169bc [diff] |
Merge "updater: Fix a bug in DeleteFn()." am: 529032f4a0 am: 4f91ca78b9 am: 786b083b8e am: afd1d3af5a Change-Id: I91d664cdbe14b4b7d70090ba5aebab5a46b57c1c
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