Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 9cd4f811 authored by Liz Kammer's avatar Liz Kammer
Browse files

Add lineage file to deps for signapk.

Test: app_test.go
Bug: 153366049
Change-Id: I1481eb51d5d02674922459bdfac65c59d1130015
parent ba15f142
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -87,6 +87,7 @@ func SignAppPackage(ctx android.ModuleContext, signedApk android.WritablePath, u

	if lineageFile != nil {
		flags = append(flags, "--lineage", lineageFile.String())
		deps = append(deps, lineageFile)
	}

	ctx.Build(pctx, android.BuildParams{