Merge "Add defaults support to runtime_resource_overlay." into rvc-dev am: e3643da744

Change-Id: I6ccea172878755e4ce2edcb8e1d26edaf6d71190
This commit is contained in:
Jaewoong Jung
2020-04-27 18:39:23 +00:00
committed by Automerger Merge Worker
2 changed files with 60 additions and 0 deletions

View File

@@ -2754,6 +2754,7 @@ func DefaultsFactory() android.Module {
&sdkLibraryProperties{},
&DexImportProperties{},
&android.ApexProperties{},
&RuntimeResourceOverlayProperties{},
)
android.InitDefaultsModule(module)