commit | 6f446373fdda9e084e7cce86c4694f365e75951b | [log] [tgz] |
---|---|---|
author | Tao Bao <tbao@google.com> | Thu Mar 17 15:44:33 2016 -0700 |
committer | Tao Bao <tbao@google.com> | Thu Mar 17 15:46:10 2016 -0700 |
tree | 23ccffeb52a3ec9791af0658360806c01495b2ca | |
parent | d6e586204f10c9675009bfcf533860e39a3a4cbf [diff] | |
parent | ce5868862a04a348967fb5bdad291b2b27b6e506 [diff] |
resolve merge conflicts of ce58688 to nyc-dev-plus-aosp Change-Id: Ia9bfb989b6d13ee4f6a22216beb94065a9487484
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