commit | 5b3b373a4938b8359bb55c62057fc5771e689add | [log] [tgz] |
---|---|---|
author | Tao Bao <tbao@google.com> | Mon Feb 22 17:33:14 2016 -0800 |
committer | Tao Bao <tbao@google.com> | Mon Feb 22 17:33:41 2016 -0800 |
tree | d42b65c602377a7c152473114f99e01e10441b50 | |
parent | e1305768f69ed8a3cf810f1204a3a2c519747716 [diff] |
uncrypt: Retire pre-recovery service. The framework CL in [1] removes the use of "pre-recovery" service which is basically to trigger a reboot into the recovery. [1] commit e8a403d57c8ea540f8287cdaee8b90f0cf9626a3 Bug: 26830925 Change-Id: I131f31a228df59e4f9c3024b238bbdee0be2b157
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