Merge "Add InstallerProperties to cc_defaults"

This commit is contained in:
Treehugger Robot
2016-09-01 21:45:55 +00:00
committed by Gerrit Code Review

View File

@@ -910,6 +910,7 @@ func DefaultsFactory(props ...interface{}) (blueprint.Module, []interface{}) {
&StlProperties{}, &StlProperties{},
&SanitizeProperties{}, &SanitizeProperties{},
&StripProperties{}, &StripProperties{},
&InstallerProperties{},
) )
_, props = android.InitAndroidArchModule(module, android.HostAndDeviceDefault, _, props = android.InitAndroidArchModule(module, android.HostAndDeviceDefault,