commit | 69c117c2ffb71cdbfde71c65d510014e162a1016 | [log] [tgz] |
---|---|---|
author | Tao Bao <tbao@google.com> | Tue Oct 18 15:08:07 2016 -0700 |
committer | Tao Bao <tbao@google.com> | Tue Oct 18 15:08:07 2016 -0700 |
tree | 0f7256d10e63bb682c79d3a1ff123a092ab06a38 | |
parent | 8176cf232e9f613a2e500f09461fc3f448267d07 [diff] | |
parent | e89bf257a1e8304194b426467bb923eb34967396 [diff] |
resolve merge conflicts of e89bf25 to stage-aosp-master Change-Id: I3b0ddb23daf264d407370cd8ace31eceb230a11a
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