Merge "Pass the common sources rsp file as --common_srcs
to extractor" into main am: 1c8c5698ec
am: cc64154a60
Original change: https://android-review.googlesource.com/c/platform/build/soong/+/3267541 Change-Id: I57c34e05354db9c106a086dc8b5aab4ac85b089e Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
This commit is contained in:
@@ -162,7 +162,7 @@ func (j *Module) kotlinCompile(ctx android.ModuleContext, outputFile, headerOutp
|
|||||||
"srcJarDir": android.PathForModuleOut(ctx, "kotlinc", "srcJars.xref").String(),
|
"srcJarDir": android.PathForModuleOut(ctx, "kotlinc", "srcJars.xref").String(),
|
||||||
}
|
}
|
||||||
if commonSrcsList.Valid() {
|
if commonSrcsList.Valid() {
|
||||||
args["commonSrcFilesList"] = "--srcs @" + commonSrcsList.String()
|
args["commonSrcFilesList"] = "--common_srcs @" + commonSrcsList.String()
|
||||||
}
|
}
|
||||||
ctx.Build(pctx, android.BuildParams{
|
ctx.Build(pctx, android.BuildParams{
|
||||||
Rule: kotlinKytheExtract,
|
Rule: kotlinKytheExtract,
|
||||||
|
Reference in New Issue
Block a user