commit | f4300bc1269619b74be0a659a496d4ca4ce8b47e | [log] [tgz] |
---|---|---|
author | Greg Kaiser <gkaiser@google.com> | Mon Mar 14 12:15:24 2016 -0700 |
committer | Greg Kaiser <gkaiser@google.com> | Mon Mar 14 12:15:24 2016 -0700 |
tree | 8530b764c30243f2449e7c9be4ce7bf59c87bbe3 | |
parent | 0ba21cff07ceafeaa43e17aa26e341d961f6f29f [diff] |
otafault: Fix setting of have_eio_error. There was one case (ota_fsync, under TARGET_SYNC_FAULT, when the filename was cached) where we were not setting have_eio_error prior to returning. We fix that. Change-Id: I2b0aa61fb1e821f0e77881aba04db95cd8396812
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