commit | c213a7c1d1eb0c6ab9bbe08c7375e8814a59a3ac | [log] [tgz] |
---|---|---|
author | Tao Bao <tbao@google.com> | Tue Feb 09 04:06:18 2016 +0000 |
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | Tue Feb 09 04:06:18 2016 +0000 |
tree | 98499adb94575c0ea4b98c01feb58896297f5efb | |
parent | bd39fa7bdb0ce4e55cada877084062f32f90edc2 [diff] | |
parent | e1a16af3ea497c8b4df62cec99bf36bde28df409 [diff] |
Merge "verifier_test: Suppress the unused parameter warnings."
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