summaryrefslogtreecommitdiff
path: root/cc/object.go
diff options
context:
space:
mode:
Diffstat (limited to 'cc/object.go')
-rw-r--r--cc/object.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/cc/object.go b/cc/object.go
index 6c0391f3b..8b23295c7 100644
--- a/cc/object.go
+++ b/cc/object.go
@@ -220,7 +220,7 @@ func (object *objectLinker) unstrippedOutputFilePath() android.Path {
}
func (object *objectLinker) strippedAllOutputFilePath() android.Path {
- panic("Not implemented.")
+ return nil
}
func (object *objectLinker) nativeCoverage() bool {