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

@@ -591,6 +591,8 @@ func (handler *ccBinaryBazelHandler) ProcessBazelQueryResponse(ctx android.Modul
outputFilePath := android.PathForBazelOut(ctx, info.OutputFile)
handler.module.outputFile = android.OptionalPathForPath(outputFilePath)
handler.module.linker.(*binaryDecorator).unstrippedOutputFile = android.PathForBazelOut(ctx, info.UnstrippedOutput)
handler.module.setAndroidMkVariablesFromCquery(info.CcAndroidMkInfo)
}
func binaryBp2buildAttrs(ctx android.TopDownMutatorContext, m *Module) binaryAttributes {