commit | 355d12487b432691464ede85708d46d3df5f3439 | [log] [tgz] |
---|---|---|
author | Elliott Hughes <enh@google.com> | Wed Mar 23 20:52:37 2016 +0000 |
committer | android-build-merger <android-build-merger@google.com> | Wed Mar 23 20:52:37 2016 +0000 |
tree | be8a93cf388dcd4bed0328cc5a4a6581839882ad | |
parent | 9d8a68099f7fe62a1af454169fdd3b55d935af85 [diff] | |
parent | e9699584b573a8dd7e0edde0fda2a23b277e96af [diff] |
Merge "Remove dead tools." am: 4cb6812 am: e969958 * commit 'e9699584b573a8dd7e0edde0fda2a23b277e96af': 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