commit | c3440627602a5ad8e904f08c6ef04b3b4e60448c | [log] [tgz] |
---|---|---|
author | Tao Bao <tbao@google.com> | Fri Feb 19 17:43:38 2016 +0000 |
committer | android-build-merger <android-build-merger@google.com> | Fri Feb 19 17:43:38 2016 +0000 |
tree | 1ee2461dbe4fa8711298ce4ad36ae3c49640afae | |
parent | a029c9a45888141a2fa382e0b1868e55db1f36d2 [diff] | |
parent | 2dd284b6165dbded8127f14e170957145ab6e4be [diff] |
DO NOT MERGE ANYWHERE Use synchronous writes when setting up BCB. am: 8559bbfb3b -s ours am: 52991c4639 -s ours am: a4436f7b25 -s ours am: 2dd284b616 -s ours * commit '2dd284b6165dbded8127f14e170957145ab6e4be': 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