commit | c81ef658286cd7b728e46f3f961acc341fc45a0d | [log] [tgz] |
---|---|---|
author | Tianjie Xu <xunchang@google.com> | Wed Nov 02 00:06:35 2016 +0000 |
committer | android-build-merger <android-build-merger@google.com> | Wed Nov 02 00:06:35 2016 +0000 |
tree | 350aa2b452087380bba662d57964c160384750b2 | |
parent | 492bd8ca715ed02289547da28d1a65928bd21b93 [diff] | |
parent | 0b6085a341bbaf19efe2aba08ab0e221571cd5d4 [diff] |
Merge "Cleanup ReadArgs & ReadValueArgs usage" am: a9b252887c am: 88fc75ee54 am: 0b6085a341 Change-Id: I9b76ca015f94677775cc8dd75b755dd4b226183d
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