Add unstrippedOutputFilePath to the linker interface

Test: m
Change-Id: I85a0cbda6ebb9838451ed8c607c2087460b7b742
This commit is contained in:
Jiyong Park
2019-01-31 12:21:23 +09:00
parent df819e6b0c
commit af6d895941
4 changed files with 15 additions and 4 deletions

View File

@@ -107,3 +107,7 @@ func (object *objectLinker) link(ctx ModuleContext,
ctx.CheckbuildFile(outputFile)
return outputFile
}
func (object *objectLinker) unstrippedOutputFilePath() android.Path {
return nil
}