commit | e1a16af3ea497c8b4df62cec99bf36bde28df409 | [log] [tgz] |
---|---|---|
author | Tao Bao <tbao@google.com> | Thu Feb 04 11:30:42 2016 -0800 |
committer | Tao Bao <tbao@google.com> | Fri Feb 05 10:41:53 2016 -0800 |
tree | 9d24d8e8cfa4d5874416f0766406ca7099a46ed8 | |
parent | 38b02cc6a097e6356f2369fc2b23c8c8a893e3ff [diff] |
verifier_test: Suppress the unused parameter warnings. Change-Id: I51fec30114c0a31efc9c2ac8472654baf8bb3e84
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