summaryrefslogtreecommitdiff
path: root/cc/object.go
diff options
context:
space:
mode:
Diffstat (limited to 'cc/object.go')
-rw-r--r--cc/object.go4
1 files changed, 4 insertions, 0 deletions
diff --git a/cc/object.go b/cc/object.go
index bbfca94c5..95a8beb52 100644
--- a/cc/object.go
+++ b/cc/object.go
@@ -242,6 +242,10 @@ func (object *objectLinker) isCrt() bool {
return Bool(object.Properties.Crt)
}
+func (object *objectLinker) defaultDistFiles() []android.Path {
+ return nil
+}
+
func (object *objectLinker) moduleInfoJSON(ctx ModuleContext, moduleInfoJSON *android.ModuleInfoJSON) {
object.baseLinker.moduleInfoJSON(ctx, moduleInfoJSON)
moduleInfoJSON.Class = []string{"STATIC_LIBRARIES"}