Merge "soong: Use the CpExecutable rule for copying libraries" into main
This commit is contained in:
@@ -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,
|
||||
|
Reference in New Issue
Block a user