Revert^4 "allow Ninja variables in RuleBuilder API"

789a7e0883

Change-Id: Iee1156adf0ad6e6d2ae7e22d90a447d4b564e59f
This commit is contained in:
Sam Delmerico
2023-09-25 12:13:17 +00:00
parent 63ca14e9b7
commit 285b66a117
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)