Revert^2 "allow Ninja variables in RuleBuilder API"

7b02d8159e

Change-Id: I9f2031162b019e51b869ea0db151c86db447b23d
This commit is contained in:
Sam Delmerico
2023-09-11 17:18:08 +00:00
parent 60375c4adf
commit 0e2d63e4d2
3 changed files with 115 additions and 15 deletions

View File

@@ -119,6 +119,9 @@ func run() error {
}
manifest, err := readManifest(manifestFile)
if err != nil {
return err
}
if len(manifest.Commands) == 0 {
return fmt.Errorf("at least one commands entry is required in %q", manifestFile)