commit | 912e87e91d15c35c18ce6710bf6a0b34f50b3672 | [log] [tgz] |
---|---|---|
author | Yabin Cui <yabinc@google.com> | Tue Mar 29 22:48:08 2016 +0000 |
committer | Android (Google) Code Review <android-gerrit@google.com> | Tue Mar 29 22:48:08 2016 +0000 |
tree | e50b0004812d507742f520d61d6f879f9c4cbe3c | |
parent | 61799baba3631f55469d2754542130255ce790cf [diff] | |
parent | ffa3a1c222c1a8b0296f97dfa3efb35108ac6d60 [diff] |
Merge "uncrypt: fix call to close()." into nyc-dev
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