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