commit | 41a3fd4e202168fc58f9955f7bcac43121f55fc5 | [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 14:04:55 2016 -0700 |
tree | 119b3446b124eedf28dd44e8906ddaec38c76ec6 | |
parent | e16e799dfdff5392d2bdc460f41353100d082e96 [diff] |
Check corruption when reading uncrypt_status file Bug: 31383361 Change-Id: I0de920916da213528d73b742e4823b4a98c63ea1 (cherry picked from commit 1c1864f321b129c81883ed527b1da8c69661e51f)
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