commit | 13c59b64ca59d4bc340430ea6e2978a631428e43 | [log] [tgz] |
---|---|---|
author | Linux Build Service Account <lnxbuild@localhost> | Sat Nov 26 11:58:35 2016 -0700 |
committer | Linux Build Service Account <lnxbuild@localhost> | Sat Nov 26 11:58:35 2016 -0700 |
tree | 06ba5a114ede7396d11e1ae81db61a129feee3ae | |
parent | 2b27479adfdd43ce6bda3f8ef114e8a90e7980c7 [diff] | |
parent | 99ad9dac6a393bf3bd6004185f4b14f3205dd086 [diff] |
Promotion of android-framework.lnx.2.0-00021. CRs Change ID Subject -------------------------------------------------------------------------------------------------------------- 964288 I7e8090da88b3d4b953b0fa5426161b9ce8be6c1a recovery: Reboot the device after recovery/FDR Change-Id: Ie63786e35682d7c8a437985e2f2ff566e07e0a25 CRs-Fixed: 964288
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