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

Commit 08f670ab authored by Treehugger Robot's avatar Treehugger Robot Committed by Gerrit Code Review
Browse files

Merge "soong: Use the CpExecutable rule for copying libraries" into main

parents 83ede7c2 c46c6d4e
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -177,7 +177,7 @@ func (p *prebuiltLibraryLinker) link(ctx ModuleContext,
				implicits = append(implicits, importLibOutputFile)

				ctx.Build(pctx, android.BuildParams{
					Rule:        android.Cp,
					Rule:        android.CpExecutable,
					Description: "prebuilt import library",
					Input:       importLibSrc,
					Output:      importLibOutputFile,
@@ -188,7 +188,7 @@ func (p *prebuiltLibraryLinker) link(ctx ModuleContext,
			}

			ctx.Build(pctx, android.BuildParams{
				Rule:        android.Cp,
				Rule:        android.CpExecutable,
				Description: "prebuilt shared library",
				Implicits:   implicits,
				Input:       in,