tree: 74d65dc2a3c6550f20cb16f141157966fea553b7 [path history] [tgz]
  1. coil_urls/
  2. cvetriager/
  3. emacs/
  4. findmissing/
  5. firmware/
  6. gfx/
  7. power_measurement/
  8. refactor/
  9. refactor-libchrome/
  10. roafteriniter/
  11. sshwatcher/
  12. syzbot-autotriager/
  13. variant/
  14. arm_trusted_firmware_uprev
  15. cargo2ebuild.py
  16. cleanup_crates.py
  17. common.sh
  18. cros_check_firmware_tarball
  19. cros_unibuild_convert.py
  20. cros_update_firmware
  21. deploy_termina
  22. dut-console
  23. feedback-unpack
  24. forward_usb_devices.py
  25. fromupstream.py
  26. gbatch
  27. gen_uprev_msg.py
  28. get_device_info.sh
  29. get_local_manifest
  30. graphviz_overlays.py
  31. kernel_decode_stack
  32. merge-kernel
  33. mod_recovery_for_decryption.sh
  34. OWNERS
  35. pylintrc
  36. README.md
  37. search_blocked_words.sh
  38. servoinfo
  39. setup_cros_cargo_home
  40. shflags
  41. update_aosp.sh
  42. update_gpu_drivers.sh
  43. update_program_fw
  44. uprev_firmware.sh
  45. willis.go
contrib/README.md

Unsupported Chrome OS dev scripts

This directory is a place that developers can put scripts that are useful to them and that might be useful to other developers.

A few notes about what's here:

  • Nothing here may be used by build scripts. It's expected to only contain scripts that are run manually.
  • Nobody in the build team maintains these files. If something is broken, you can try using the git history to find someone to help you, but even better you should upload a fix yourself.
  • Chrome OS infrastructure makes no promises to keep scripts in here working. AKA: if you rely on some tool in “chromite”, or on some Google server, or something else official. ...and if that thing changes in a way that breaks you. ...then it's up to you to change your script. The change that broke you will not be reverted.

That being said: enjoy.