commit | d6ac68665dcef6c12d44ee6bcd7d938ab5028150 | [log] [tgz] |
---|---|---|
author | Elliott Hughes <enh@google.com> | Tue Mar 29 12:44:09 2016 -0700 |
committer | Elliott Hughes <enh@google.com> | Tue Mar 29 12:53:36 2016 -0700 |
tree | 23ccefab70409fe77b65a8f15c63d07a3bbf1b28 | |
parent | 20ab2db8f1e04f4f9b4c1dc0e9377f0586bfc10a [diff] |
Fix uncrypt.cpp unique_fd build breakage. Change-Id: I4654f59463d1f3e1f4450e937cd910508b64c157
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