commit | f46041a7d459018fcddd5e03802320ceee74c44f | [log] [tgz] |
---|---|---|
author | Tao Bao <tbao@google.com> | Mon Nov 07 19:14:36 2016 +0000 |
committer | android-build-merger <android-build-merger@google.com> | Mon Nov 07 19:14:36 2016 +0000 |
tree | fdde665cdbfec74a27807c1bcefab36a90ff2226 | |
parent | 05a801ca8ea87388b537485a4d5dfa276e974aa5 [diff] | |
parent | ba41fba9e4fbd343bc6d0cb06b50fa2635a1f5a4 [diff] |
Merge "tests: Fix unit/zip_test.cpp." am: ba41fba9e4 Change-Id: Ie756b132205a3602cdec4062fc84a725b9086479
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