commit | adca29794376e4936824b60aeaa53b285962ee05 | [log] [tgz] |
---|---|---|
author | Tianjie Xu <xunchang@google.com> | Thu Mar 24 00:33:46 2016 +0000 |
committer | Android (Google) Code Review <android-gerrit@google.com> | Thu Mar 24 00:33:46 2016 +0000 |
tree | 8a9ea435c4b942402a00e6cc6719aa5dac8362ac | |
parent | 88dd7796a1fd4c64d57afb20021bf66cb26fa886 [diff] | |
parent | 0188935d55206e8c2becb29e995f166cb7040355 [diff] |
Merge "Skip stashing source blocks in verify mode" into nyc-dev
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