Revert^3 "allow Ninja variables in RuleBuilder API"

0e2d63e4d2

Change-Id: I4a22fb398fc7bfdf86613829dfbc9c35fab11ee7
This commit is contained in:
Wen-yi Chu
2023-09-22 03:58:59 +00:00
parent 53ed08aec0
commit 789a7e0883
3 changed files with 15 additions and 115 deletions

View File

@@ -119,9 +119,6 @@ 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)