commit | 9ee8133b53c26e4654a9cf7b08ffd92eb186d7de | [log] [tgz] |
---|---|---|
author | Tao Bao <tbao@google.com> | Mon Aug 01 21:50:44 2016 +0000 |
committer | android-build-merger <android-build-merger@google.com> | Mon Aug 01 21:50:44 2016 +0000 |
tree | da8d7c44923d4e58136645a10be676a9852dd6ee | |
parent | f136e71f7aef5ced324c6534f395c91b35f1af12 [diff] | |
parent | 91f87bb6478ab89a7c436793b24750979944abb9 [diff] |
Merge \\\"Clean up verifier testcases.\\\" am: e91aef0ee9 am: 717b49254b am: 73d3acf50e am: 91f87bb647 Change-Id: I7bc714c12dd1b88eec264a92e672a6a90496981c
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