Add a timestamp touch rule.
Test: Works for the NDK changes I'm working on. Change-Id: I2731ef159122d6d44a6494a6c975a687bb49ff56
This commit is contained in:
@@ -52,6 +52,13 @@ var (
|
|||||||
},
|
},
|
||||||
"cpFlags")
|
"cpFlags")
|
||||||
|
|
||||||
|
// A timestamp touch rule.
|
||||||
|
Touch = pctx.StaticRule("Touch",
|
||||||
|
blueprint.RuleParams{
|
||||||
|
Command: "touch $out",
|
||||||
|
Description: "touch $out",
|
||||||
|
})
|
||||||
|
|
||||||
// A symlink rule.
|
// A symlink rule.
|
||||||
Symlink = pctx.StaticRule("Symlink",
|
Symlink = pctx.StaticRule("Symlink",
|
||||||
blueprint.RuleParams{
|
blueprint.RuleParams{
|
||||||
|
Reference in New Issue
Block a user