Skene
Results
1
comments of
Skene
This is a simple genrule that fills a file with variables from `build_defs/defaults.build_defs` (API_NAME, API_VERSION) ``` genrule( name = "version", out = "src/www/version", cmd = """ cat > $OUT