commit | d447124c00b37da341cf88d9cb533e35d684a89a | [log] [tgz] |
---|---|---|
author | Tao Bao <tbao@google.com> | Mon Nov 07 19:25:07 2016 +0000 |
committer | android-build-merger <android-build-merger@google.com> | Mon Nov 07 19:25:07 2016 +0000 |
tree | a709ae4a86f90db86bb272b547accb9012cf5cb1 | |
parent | 63ae92ded468f12dd5c81446396b4f6027ffcc12 [diff] | |
parent | a99c6eab22265fc288e81ceff4bc26ac3b727406 [diff] |
Merge "tests: Fix unit/zip_test.cpp." am: ba41fba9e4 am: f46041a7d4 am: a99c6eab22 Change-Id: Ib4204eb664a918f333f1603dd3789d9ef0478a60
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