commit | e9699584b573a8dd7e0edde0fda2a23b277e96af | [log] [tgz] |
---|---|---|
author | Elliott Hughes <enh@google.com> | Wed Mar 23 20:48:28 2016 +0000 |
committer | android-build-merger <android-build-merger@google.com> | Wed Mar 23 20:48:28 2016 +0000 |
tree | 7deb8074d73a74db069b33a17938daeaaea79016 | |
parent | 6f7876816b2322169432658235ebf7882ced0564 [diff] | |
parent | 4cb68121b86ca88c9ac7c08c64bb6c13f26da7bc [diff] |
Merge "Remove dead tools." am: 4cb6812 * commit '4cb68121b86ca88c9ac7c08c64bb6c13f26da7bc': Remove dead tools.
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