summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--cc/genrule.go2
1 files changed, 2 insertions, 0 deletions
diff --git a/cc/genrule.go b/cc/genrule.go
index cd06818a3..cabf7875b 100644
--- a/cc/genrule.go
+++ b/cc/genrule.go
@@ -62,6 +62,8 @@ func GenRuleFactory() android.Module {
android.InitApexModule(module)
+ android.InitDefaultableModule(module)
+
return module
}