commit | a4436f7b25e4b27108a3b6a0be4f244e356f8ffc | [log] [tgz] |
---|---|---|
author | Tao Bao <tbao@google.com> | Fri Feb 19 17:33:52 2016 +0000 |
committer | android-build-merger <android-build-merger@google.com> | Fri Feb 19 17:33:52 2016 +0000 |
tree | a3afdd888cb91cb4587e1230e0a8638bdb1a912f | |
parent | ca78c9f035569b323b537f9300ded8f92bce485f [diff] | |
parent | 52991c4639347a2e2b098949fdf91c305f8d41dd [diff] |
DO NOT MERGE ANYWHERE Use synchronous writes when setting up BCB. am: 8559bbfb3b -s ours am: 52991c4639 -s ours * commit '52991c4639347a2e2b098949fdf91c305f8d41dd': DO NOT MERGE ANYWHERE Use synchronous writes when setting up BCB.
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