commit | 8327fb1861bb01dac0fc6c50f60e8ba6c9d4fde7 | [log] [tgz] |
---|---|---|
author | Tao Bao <tbao@google.com> | Tue Jun 14 02:25:32 2016 +0000 |
committer | android-build-merger <android-build-merger@google.com> | Tue Jun 14 02:25:32 2016 +0000 |
tree | 276c5da8bc7948d3179dc1305b75ac62d7287a12 | |
parent | 968a3d72a44b95d25e64f686874b62690d9d9956 [diff] | |
parent | 21793c32beb6474f30c32c035281b278f42388fe [diff] |
resolve merge conflicts of 490fad6 to nyc-dev-plus-aosp am: 38afad46d8 am: 21793c32be Change-Id: I0656e3b6863fad36654b030b9bbdf05724969a29
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