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:
parent
1763da8eb9
commit
b1bd1aabca
1 changed files with 1 additions and 1 deletions
|
@ -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"},
|
||||
})
|
||||
|
||||
|
|
Loading…
Reference in a new issue