Merge "cc: Make cc_genrule defaultable" into main

This commit is contained in:
Aleks Todorov
2024-06-14 17:17:17 +00:00
committed by Gerrit Code Review

View File

@@ -62,6 +62,8 @@ func GenRuleFactory() android.Module {
android.InitApexModule(module) android.InitApexModule(module)
android.InitDefaultableModule(module)
return module return module
} }