From 7424d61c952abcfee57fc1bcfe5822153f438787 Mon Sep 17 00:00:00 2001 From: Dan Willemsen Date: Thu, 1 Sep 2016 13:45:39 -0700 Subject: [PATCH] Add InstallerProperties to cc_defaults Test: Add relative_install_path to a cc_defaults Change-Id: Id10f78afb3b82117b944b9b53fe7020fb672925b --- cc/cc.go | 1 + 1 file changed, 1 insertion(+) diff --git a/cc/cc.go b/cc/cc.go index 274f4fd55..3c517acba 100644 --- a/cc/cc.go +++ b/cc/cc.go @@ -910,6 +910,7 @@ func DefaultsFactory(props ...interface{}) (blueprint.Module, []interface{}) { &StlProperties{}, &SanitizeProperties{}, &StripProperties{}, + &InstallerProperties{}, ) _, props = android.InitAndroidArchModule(module, android.HostAndDeviceDefault,