Merge "Add dependency support for yasm"
This commit is contained in:
@@ -151,8 +151,10 @@ var (
|
|||||||
|
|
||||||
yasm = pctx.AndroidStaticRule("yasm",
|
yasm = pctx.AndroidStaticRule("yasm",
|
||||||
blueprint.RuleParams{
|
blueprint.RuleParams{
|
||||||
Command: "$yasmCmd $asFlags -o $out $in",
|
Command: "$yasmCmd $asFlags -o $out $in && $yasmCmd $asFlags -M $in >$out.d",
|
||||||
CommandDeps: []string{"$yasmCmd"},
|
CommandDeps: []string{"$yasmCmd"},
|
||||||
|
Depfile: "$out.d",
|
||||||
|
Deps: blueprint.DepsGCC,
|
||||||
},
|
},
|
||||||
"asFlags")
|
"asFlags")
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user