commit | 771b6eb8d9fb53c7fc2a3beb0e29d3e2619f35fd | [log] [tgz] |
---|---|---|
author | Alain Vongsouvanh <alainv@google.com> | Wed Jun 08 08:30:48 2016 -0700 |
committer | Alain Vongsouvanh <alainv@google.com> | Wed Jun 08 08:30:48 2016 -0700 |
tree | 59cca0039f0daff64462f108cbe1404a679e4dd1 | |
parent | 7ce287d432dd3a4dc8841fc59e11ee1a0b7808a1 [diff] | |
parent | 6aa6ddb3c584dbf89739465bf2f703d8e1b28c26 [diff] |
resolve merge conflicts of 6aa6ddb to nyc-dev Change-Id: I3696fe3e86e0222c7c26b0aa2bf1dd8e03ac5315
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