Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 36187c37 authored by Aleks Todorov's avatar Aleks Todorov Committed by Gerrit Code Review
Browse files

Merge "cc: Make cc_genrule defaultable" into main

parents fc767787 ec2cf1e5
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -62,6 +62,8 @@ func GenRuleFactory() android.Module {

	android.InitApexModule(module)

	android.InitDefaultableModule(module)

	return module
}