genrule { name: "c2_version", srcs: [ "version.h.template", "version.sh", ], cmd: "bash $(location version.sh) > $(out)", out: ["C2RKVersion.h"], }