commit | cacb47b2a38a84eaae94dd10857a83b7c6b1885e | [log] [tgz] |
---|---|---|
author | Tianjie Xu <xunchang@google.com> | Mon May 02 10:57:21 2016 -0700 |
committer | Tianjie Xu <xunchang@google.com> | Mon May 02 18:09:26 2016 +0000 |
tree | 491b260014a699b690ce32b1a9554b14eb3705ed | |
parent | e0c8a9bb02d4518c0723ea56b02da51373ddb5e9 [diff] | |
parent | 5823dd46df9667c43e8fc3f5ff79987b7432da3f [diff] |
resolve merge conflicts of 5823dd4 to nyc-dev-plus-aosp Change-Id: I4ec33904a6af38d81b422c7be6f40b828fbc7525
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