commit | 042bd117c9669b84c3ee3d4cb7dac8a9cf6cdab0 | [log] [tgz] |
---|---|---|
author | Tao Bao <tbao@google.com> | Mon Nov 07 19:30:08 2016 +0000 |
committer | android-build-merger <android-build-merger@google.com> | Mon Nov 07 19:30:08 2016 +0000 |
tree | 03ed9ad55938a389b9e72ff33158e957b732cb8d | |
parent | 88ee9f61bf989e73a1d56eb2d2a2e6a70610e52c [diff] | |
parent | d447124c00b37da341cf88d9cb533e35d684a89a [diff] |
Merge "tests: Fix unit/zip_test.cpp." am: ba41fba9e4 am: f46041a7d4 am: a99c6eab22 am: d447124c00 Change-Id: I9d7520a555e50dd756a53a5dbec38ed8bd91873f
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