commit | 2a576e20975b9a12610d19c3d782045b7fa227b8 | [log] [tgz] |
---|---|---|
author | Tao Bao <tbao@google.com> | Tue Oct 18 23:00:55 2016 +0000 |
committer | android-build-merger <android-build-merger@google.com> | Tue Oct 18 23:00:55 2016 +0000 |
tree | 4511c43e2ed24d872bc3142374bdbc255bf7fc22 | |
parent | 434697f06b7432a2358550eadd74fb97d617035c [diff] | |
parent | 69c117c2ffb71cdbfde71c65d510014e162a1016 [diff] |
resolve merge conflicts of e89bf25 to stage-aosp-master am: 69c117c2ff Change-Id: I668395a8f8ec5d004755ed39f8b7517be1e3527d
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