Merge "Pass the common sources rsp file as --common_srcs
to extractor" into main am: 1c8c5698ec
Original change: https://android-review.googlesource.com/c/platform/build/soong/+/3267541 Change-Id: I49e9cf27c697bcc72e3a68960b9a6e8c5e8b17f0 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(),
|
||||
}
|
||||
if commonSrcsList.Valid() {
|
||||
args["commonSrcFilesList"] = "--srcs @" + commonSrcsList.String()
|
||||
args["commonSrcFilesList"] = "--common_srcs @" + commonSrcsList.String()
|
||||
}
|
||||
ctx.Build(pctx, android.BuildParams{
|
||||
Rule: kotlinKytheExtract,
|
||||
|
Reference in New Issue
Block a user