commit | 61799baba3631f55469d2754542130255ce790cf | [log] [tgz] |
---|---|---|
author | Yabin Cui <yabinc@google.com> | Tue Mar 29 14:33:35 2016 -0700 |
committer | Yabin Cui <yabinc@google.com> | Tue Mar 29 14:33:35 2016 -0700 |
tree | a3cd484a4c7af74718465d37ac6a66aed7640ba7 | |
parent | 1ee0ff3d78c5143d4e3307bc44e3c27792e72d1e [diff] |
uncrypt: remove --read-bcb option. Bug: 27897241 Change-Id: I4f52ada58e8f204dba8c974ea0ae03876411ecf0
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