Merge "Build native coverage variant of APEXes when needed" into qt-dev am: abc4f820a1

Change-Id: Id11c85eb9c5dea8a43486a70409ae370d1faa938
This commit is contained in:
Automerger Merge Worker
2020-02-04 00:54:27 +00:00
6 changed files with 66 additions and 4 deletions

View File

@@ -421,6 +421,10 @@ func (binary *binaryDecorator) nativeCoverage() bool {
return true
}
func (binary *binaryDecorator) coverageOutputFilePath() android.OptionalPath {
return binary.coverageOutputFile
}
// /system/bin/linker -> /apex/com.android.runtime/bin/linker
func (binary *binaryDecorator) installSymlinkToRuntimeApex(ctx ModuleContext, file android.Path) {
dir := binary.baseInstaller.installDir(ctx)