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