Merge "Add support for order-only dependencies to RuleBuilder" into rvc-dev
This commit is contained in:
committed by
Android (Google) Code Review
commit
0eb91f4e91
@@ -570,8 +570,8 @@ func (c *config) BuildId() string {
|
||||
return String(c.productVariables.BuildId)
|
||||
}
|
||||
|
||||
func (c *config) BuildNumberFromFile() string {
|
||||
return String(c.productVariables.BuildNumberFromFile)
|
||||
func (c *config) BuildNumberFile(ctx PathContext) Path {
|
||||
return PathForOutput(ctx, String(c.productVariables.BuildNumberFile))
|
||||
}
|
||||
|
||||
// DeviceName returns the name of the current device target
|
||||
|
Reference in New Issue
Block a user