tree: 81b38e759f390892520e0d9fed168f26c21a2645 [path history] [tgz]
  1. applypatch/
  2. edify/
  3. etc/
  4. fonts/
  5. minadbd/
  6. minui/
  7. minzip/
  8. mtdutils/
  9. res-hdpi/
  10. res-mdpi/
  11. res-xhdpi/
  12. res-xxhdpi/
  13. res-xxxhdpi/
  14. tests/
  15. tools/
  16. uncrypt/
  17. update_verifier/
  18. updater/
  19. adb_install.cpp
  20. adb_install.h
  21. Android.mk
  22. asn1_decoder.cpp
  23. asn1_decoder.h
  24. bootloader.cpp
  25. bootloader.h
  26. CleanSpec.mk
  27. common.h
  28. default_device.cpp
  29. device.cpp
  30. device.h
  31. fuse_sdcard_provider.cpp
  32. fuse_sdcard_provider.h
  33. fuse_sideload.cpp
  34. fuse_sideload.h
  35. install.cpp
  36. install.h
  37. interlace-frames.py
  38. NOTICE
  39. print_sha1.h
  40. README.md
  41. recovery.cpp
  42. roots.cpp
  43. roots.h
  44. screen_ui.cpp
  45. screen_ui.h
  46. ui.cpp
  47. ui.h
  48. unique_fd.h
  49. verifier.cpp
  50. verifier.h
  51. wear_ui.cpp
  52. wear_ui.h
README.md

The Recovery Image

Quick turn-around testing

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

Running the tests

# 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