diff options
| author | 2024-01-19 19:38:55 +0000 | |
|---|---|---|
| committer | 2024-01-19 19:38:55 +0000 | |
| commit | b64c070edfdc9752f09555d0b555ecd38a147ad5 (patch) | |
| tree | 67954ed251ac8b4210285a382e5961095775de6d /android/singleton.go | |
| parent | 169cffe52606dd358f947c5162f57f2ed23de1c5 (diff) | |
| parent | 9a346f6da3d776d152a1dd39f0bbed8928c059f2 (diff) | |
Merge "Remove SymlinkOutputs" into main
Diffstat (limited to 'android/singleton.go')
| -rw-r--r-- | android/singleton.go | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/android/singleton.go b/android/singleton.go index 47cfb2818..e0e552ebc 100644 --- a/android/singleton.go +++ b/android/singleton.go @@ -170,12 +170,7 @@ func (s *singletonContextAdaptor) Build(pctx PackageContext, params BuildParams) s.buildParams = append(s.buildParams, params) } bparams := convertBuildParams(params) - err := validateBuildParams(bparams) - if err != nil { - s.Errorf("%s: build parameter validation failed: %s", s.Name(), err.Error()) - } s.SingletonContext.Build(pctx.PackageContext, bparams) - } func (s *singletonContextAdaptor) Phony(name string, deps ...Path) { |