cos_kernel: Replace StringArray args with StringSlice

This makes it so that values can be passed as either separate arguments
or comma-separated lists.

BUG=None
TEST=presubmit, `cos-kernel build -c lakitu_defconfig,debug.config`

Change-Id: I7466a4811a7e4c7b9f3c7d59dfe7191f4c6e544c
Reviewed-on: https://cos-review.googlesource.com/c/cos/tools/+/195326
Tested-by: Kevin Berry <kpberry@google.com>
AI-Review: cloud-image-release <cloud-image-release@prod.google.com>
Cloud-Build: 228075978874@cloudbuild.gserviceaccount.com <228075978874@cloudbuild.gserviceaccount.com>
Reviewed-by: Derek Taylor <ddtaylor@google.com>
1 file changed
tree: c4fc26b4639904fe91d021a2f60147eca3b85e75
  1. coverage/
  2. release/
  3. src/
  4. testing/
  5. vendor/
  6. .bazelignore
  7. .bazelrc
  8. .gitignore
  9. BUILD.bazel
  10. cloudbuild.yaml
  11. CONTRIBUTING.md
  12. go.mod
  13. go.sum
  14. LICENSE
  15. MODULE.bazel
  16. postsubmit-cloudbuild.yaml
  17. README.md
  18. run_builds.sh
  19. run_unit_tests.sh
README.md

Tools for Container-Optimized OS

This is a repository of various tools developed for Container-Optimized OS. Examples include cos-gpu-installer, cos-toolbox, etc.

See CONTRIBUTING.md for how to contribute.