clean up CL for androidmk variables

Change-Id: If14d1925bea78f467740f8395f1d529db00b618c
This commit is contained in:
Sam Delmerico
2023-01-27 16:01:37 -05:00
parent 4e115cc90d
commit 5fb794ae37
8 changed files with 143 additions and 57 deletions

View File

@@ -652,6 +652,8 @@ func (handler *ccTestBazelHandler) ProcessBazelQueryResponse(ctx android.ModuleC
outputFilePath := android.PathForBazelOut(ctx, info.OutputFile)
handler.module.outputFile = android.OptionalPathForPath(outputFilePath)
handler.module.linker.(*testBinary).unstrippedOutputFile = android.PathForBazelOut(ctx, info.UnstrippedOutput)
handler.module.setAndroidMkVariablesFromCquery(info.CcAndroidMkInfo)
}
// binaryAttributes contains Bazel attributes corresponding to a cc test