commit | b059c4b55404c9e0ff63bcf4b2776c53c035f7f1 | [log] [tgz] |
---|---|---|
author | Tianjie Xu <xunchang@google.com> | Wed Nov 02 00:09:35 2016 +0000 |
committer | android-build-merger <android-build-merger@google.com> | Wed Nov 02 00:09:35 2016 +0000 |
tree | 3955a46d458b3d7d16fc7f0eaa8f61cf103220a0 | |
parent | 2f9b98c99f2363714f3e2684d3279d387992f00e [diff] | |
parent | c81ef658286cd7b728e46f3f961acc341fc45a0d [diff] |
Merge "Cleanup ReadArgs & ReadValueArgs usage" am: a9b252887c am: 88fc75ee54 am: 0b6085a341 am: c81ef65828 Change-Id: I245bea4f9fd484e7e22422835139b040efa33519
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