summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--apex/androidmk.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/apex/androidmk.go b/apex/androidmk.go
index 832faf2de..7764b6b8d 100644
--- a/apex/androidmk.go
+++ b/apex/androidmk.go
@@ -429,7 +429,7 @@ func (a *apexBundle) androidMkForType() android.AndroidMkData {
}
distCoverageFiles(w, "ndk_apis_usedby_apex", a.nativeApisUsedByModuleFile.String())
- distCoverageFiles(w, "ndk_apis_usedby_apex", a.nativeApisBackedByModuleFile.String())
+ distCoverageFiles(w, "ndk_apis_backedby_apex", a.nativeApisBackedByModuleFile.String())
distCoverageFiles(w, "java_apis_used_by_apex", a.javaApisUsedByModuleFile.String())
}
}}