Merge "Remove Android.bp file input to primaryBuilders" into main

This commit is contained in:
Treehugger Robot
2024-09-05 23:26:59 +00:00
committed by Gerrit Code Review

View File

@@ -244,7 +244,6 @@ func (pb PrimaryBuilderFactory) primaryBuilderInvocation(config Config) bootstra
globfiles := bootstrap.GlobFileListFiles(bootstrap.GlobDirectory(config.SoongOutDir(), globPathName))
return bootstrap.PrimaryBuilderInvocation{
Inputs: []string{"Android.bp"},
Implicits: globfiles,
Outputs: []string{pb.output},
Args: allArgs,