commit | 0eb41c3f370e89ff40cf1a3bd17e7b785b74641e | [log] [tgz] |
---|---|---|
author | Prashant Malani <pmalani@google.com> | Thu Feb 25 18:27:03 2016 -0800 |
committer | Prashant Malani <pmalani@google.com> | Fri Feb 26 17:01:37 2016 -0800 |
tree | 6897046ab6238e1879afeb16be5397787099b672 | |
parent | 661f8a69f2b12f3244deed664ab69a9d2efad7fb [diff] |
Fixes to wear recovery for N Bug: 27336841 Change-Id: If4632e9791cce2c39590a4012687271f59a60af1
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