Merge "Add lineage file to deps for signapk." into rvc-dev am: 12f5ef4005
Change-Id: Ifb5689eab7f291148ab5611b12fe040520ca3037
This commit is contained in:
@@ -87,6 +87,7 @@ func SignAppPackage(ctx android.ModuleContext, signedApk android.WritablePath, u
|
|||||||
|
|
||||||
if lineageFile != nil {
|
if lineageFile != nil {
|
||||||
flags = append(flags, "--lineage", lineageFile.String())
|
flags = append(flags, "--lineage", lineageFile.String())
|
||||||
|
deps = append(deps, lineageFile)
|
||||||
}
|
}
|
||||||
|
|
||||||
ctx.Build(pctx, android.BuildParams{
|
ctx.Build(pctx, android.BuildParams{
|
||||||
|
Reference in New Issue
Block a user