Use logtags without merged file

Assume logtags files will have hardcoded tag numbers and don't
build against the merged file.  Simplifies the build when
logtags files are split across Make and Soong.

Test: m checkbuild
Change-Id: I1e995ec458690fcadb1b86d64864f277aa9fe3af
This commit is contained in:
Colin Cross 2017-11-15 22:47:16 -08:00
parent 1763da8eb9
commit b1bd1aabca

View file

@ -42,7 +42,7 @@ var (
logtags = pctx.AndroidStaticRule("logtags",
blueprint.RuleParams{
Command: "$logtagsCmd -o $out $in $allLogtagsFile",
Command: "$logtagsCmd -o $out $in",
CommandDeps: []string{"$logtagsCmd"},
})