Update language to comply with inclusive guidance
See https://source.android.com/setup/contribute/respectful-code for reference Bug: 161896447 Test: m nothing Change-Id: Ie1d0d63d27f1b1b48680922b7202aa6df04f4696
This commit is contained in:
@@ -1674,7 +1674,7 @@ func (d *Droidstubs) GenerateAndroidBuildActions(ctx android.ModuleContext) {
|
||||
|
||||
impRule := android.NewRuleBuilder()
|
||||
impCmd := impRule.Command()
|
||||
// A dummy action that copies the ninja generated rsp file to a new location. This allows us to
|
||||
// An action that copies the ninja generated rsp file to a new location. This allows us to
|
||||
// add a large number of inputs to a file without exceeding bash command length limits (which
|
||||
// would happen if we use the WriteFile rule). The cp is needed because RuleBuilder sets the
|
||||
// rsp file to be ${output}.rsp.
|
||||
|
Reference in New Issue
Block a user