aboutsummaryrefslogtreecommitdiffstats
path: root/cc/cc.go
diff options
context:
space:
mode:
Diffstat (limited to 'cc/cc.go')
-rw-r--r--cc/cc.go2
1 files changed, 2 insertions, 0 deletions
diff --git a/cc/cc.go b/cc/cc.go
index fb7fca24..f4e77712 100644
--- a/cc/cc.go
+++ b/cc/cc.go
@@ -407,6 +407,7 @@ type Module struct {
android.ModuleBase
android.DefaultableModuleBase
android.ApexModuleBase
+ android.SdkBase
Properties BaseProperties
VendorProperties VendorProperties
@@ -546,6 +547,7 @@ func (c *Module) Init() android.Module {
android.InitDefaultableModule(c)
android.InitApexModule(c)
+ android.InitSdkAwareModule(c)
return c
}