commit | 4bbe0c93c80789891d54a74424731caffda0d0db | [log] [tgz] |
---|---|---|
author | Tianjie Xu <xunchang@google.com> | Thu Jul 14 16:00:36 2016 -0700 |
committer | Tianjie Xu <xunchang@google.com> | Thu Jul 14 23:57:43 2016 +0000 |
tree | c39366bc6897029373549b3897628133ba1188f7 | |
parent | 13f44939b15e2fcf2bf6404240617a317bb9f5a8 [diff] |
Fix a typo when comparing the verity mode The veritymode string used by the bootloader should be lowercase 'eio' instead of 'EIO'. Fix the typo and change to strcasecmp. Bug: 27175949 Change-Id: I376dacc70eef7364e2b9931a7c940adedcdb1929
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