Skip to content

Commit 266954b

Browse files
chore: remove error from androidNinja filegroupActions
Signed-off-by: Brandon Jones <[email protected]> Change-Id: Iea576c2afc83b1441944012a6f595680f433691b
1 parent 0037aff commit 266954b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

core/androidninja_backend.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ func (*androidNinjaGenerator) executableTestActions(m *ModuleTest, ctx blueprint
5858

5959
// filegroupActions implements generatorBackend.
6060
func (*androidNinjaGenerator) filegroupActions(m *ModuleFilegroup, ctx blueprint.ModuleContext) {
61-
GetLogger().Warn(warnings.AndroidOutOfTreeUnsupportedModule, ctx.BlueprintsFile(), ctx.ModuleName())
61+
6262
}
6363

6464
// genBinaryActions implements generatorBackend.

0 commit comments

Comments
 (0)