commit | ffa3a1c222c1a8b0296f97dfa3efb35108ac6d60 | [log] [tgz] |
---|---|---|
author | Yabin Cui <yabinc@google.com> | Tue Mar 29 15:35:58 2016 -0700 |
committer | Yabin Cui <yabinc@google.com> | Tue Mar 29 15:35:58 2016 -0700 |
tree | f1561f894b1c73185ed7fbcde9bd29b417cd1b14 | |
parent | 1ee0ff3d78c5143d4e3307bc44e3c27792e72d1e [diff] |
uncrypt: fix call to close(). Bug: 27897229 Change-Id: Iab5e829af1676f7fcd8a4b00a194aa679ed4e372
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