commit | 661f8a69f2b12f3244deed664ab69a9d2efad7fb | [log] [tgz] |
---|---|---|
author | Paul Lawrence <paullawrence@google.com> | Thu Feb 25 12:42:19 2016 -0800 |
committer | Paul Lawrence <paullawrence@google.com> | Thu Feb 25 13:07:16 2016 -0800 |
tree | 8f613a07536dd9c91bb1e9920751b8c66748d862 | |
parent | 0757a093c187b64867a9ca7c97b80d9aa7d665cf [diff] |
Move recovery's convert_fbe folder to /tmp The cache folder is no longer available at this time Bug: 27355824 Change-Id: I74e33266c1ff407364981b186613f81319dd22dc
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