Merge "Add InstallerProperties to cc_defaults"
am: 72301d978a
Change-Id: Ie1e87f0eed08fe2dce2ec65bfec11eed7ad02ac2
This commit is contained in:
1
cc/cc.go
1
cc/cc.go
@@ -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,
|
||||||
|
Reference in New Issue
Block a user