resolve merge conflicts of a73ffc21e0
to rvc-dev-plus-aosp
Test: I solemnly swear I tested this conflict resolution. Bug: None Change-Id: Ie8ad8a9e91bf4a86c90060b15dc88f9860539637
This commit is contained in:
@@ -1470,7 +1470,7 @@ func metalavaCmd(ctx android.ModuleContext, rule *android.RuleBuilder, javaVersi
|
||||
FlagWithInput("@", srcJarList).
|
||||
FlagWithOutput("--strict-input-files:warn ", android.PathForModuleOut(ctx, ctx.ModuleName()+"-"+"violations.txt"))
|
||||
|
||||
if implicitsRsp.String() != "" {
|
||||
if implicitsRsp != nil {
|
||||
cmd.FlagWithArg("--strict-input-files-exempt ", "@"+implicitsRsp.String())
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user