commit | 70b5353274a72109b7cb8b259f40075f073f35a0 | [log] [tgz] |
---|---|---|
author | Tianjie Xu <xunchang@google.com> | Mon May 02 11:17:57 2016 -0700 |
committer | Tianjie Xu <xunchang@google.com> | Mon May 02 11:17:57 2016 -0700 |
tree | 491b260014a699b690ce32b1a9554b14eb3705ed | |
parent | ce7c6ff48ea95304d0013e3856fd939082d526ac [diff] | |
parent | 23c7af797a2596f57490b76bd33232a80d1a9a74 [diff] |
resolve merge conflicts of 23c7af7 to nyc-mr1-dev-plus-aosp Change-Id: I04a73db90ddb059dbb5b44fafd8e82d03ea90ca5
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