commit | 1c1864f321b129c81883ed527b1da8c69661e51f | [log] [tgz] |
---|---|---|
author | Tianjie Xu <xunchang@google.com> | Mon Sep 12 16:43:37 2016 -0700 |
committer | Tianjie Xu <xunchang@google.com> | Tue Sep 13 13:56:00 2016 -0700 |
tree | a7dd9ec0e0fe5a81eb6077b42a2db1e71b54c659 | |
parent | cdf509cce2d6a2f42ea5a8abb3c1e42532853e42 [diff] |
Check corruption when reading uncrypt_status file Bug: 31383361 Change-Id: I0de920916da213528d73b742e4823b4a98c63ea1
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