Merge "Add apex_set module."

This commit is contained in:
Jaewoong Jung
2020-05-15 23:13:38 +00:00
committed by Gerrit Code Review
7 changed files with 488 additions and 56 deletions

View File

@@ -710,6 +710,7 @@ func init() {
android.RegisterModuleType("apex_defaults", defaultsFactory)
android.RegisterModuleType("prebuilt_apex", PrebuiltFactory)
android.RegisterModuleType("override_apex", overrideApexFactory)
android.RegisterModuleType("apex_set", apexSetFactory)
android.PreDepsMutators(RegisterPreDepsMutators)
android.PostDepsMutators(RegisterPostDepsMutators)