commit | 2e947ea55eb2a6bd18351237bb3d83a4ad3df62c | [log] [tgz] |
---|---|---|
author | Yabin Cui <yabinc@google.com> | Fri Feb 19 14:44:37 2016 -0800 |
committer | Yabin Cui <yabinc@google.com> | Fri Feb 19 17:54:25 2016 -0800 |
tree | dcbdc2c4a8ad6021d18f7cb424ff31793a9edd2d | |
parent | a029c9a45888141a2fa382e0b1868e55db1f36d2 [diff] |
Check each value read from block map file. Bug: 26960931 Change-Id: I50b266ecb899db043831f528c2518bea76168c88
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