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