commit | bd16939bbf182a66270e8f28d86762400b89eaff | [log] [tgz] |
---|---|---|
author | Tao Bao <tbao@google.com> | Thu Oct 13 17:38:14 2016 +0000 |
committer | android-build-merger <android-build-merger@google.com> | Thu Oct 13 17:38:14 2016 +0000 |
tree | 5bf4296cdf061cbe1c77c2ed35cf5ea64f2fe232 | |
parent | aa9f017ceb12ec0d6cb1d7a187df60801329675a [diff] | |
parent | 039e9dc5ca7c949cf66b7bd7ecd34ae1880dbc9e [diff] |
Merge "edify: Some clean-ups to libedify." am: c5b4b71913 am: 039e9dc5ca Change-Id: I0188f978c2ef1497ffbad1c3e3125fa61d11ddf5
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