Merge "Add lineage file to deps for signapk."

This commit is contained in:
Treehugger Robot 2020-05-15 20:48:09 +00:00 committed by Gerrit Code Review
commit e070b8ebb4
1 changed files with 1 additions and 0 deletions

View File

@ -81,6 +81,7 @@ func SignAppPackage(ctx android.ModuleContext, signedApk android.WritablePath, u
var flags []string
if lineageFile != nil {
flags = append(flags, "--lineage", lineageFile.String())
deps = append(deps, lineageFile)
}
ctx.Build(pctx, android.BuildParams{