diff options
Diffstat (limited to 'cc/genrule.go')
-rw-r--r-- | cc/genrule.go | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/cc/genrule.go b/cc/genrule.go index decf6ea57..e594f4b2f 100644 --- a/cc/genrule.go +++ b/cc/genrule.go @@ -42,5 +42,7 @@ func genRuleFactory() android.Module { android.InitAndroidArchModule(module, android.HostAndDeviceSupported, android.MultilibBoth) + android.InitApexModule(module) + return module } |