Add InstallerProperties to cc_defaults

Test: Add relative_install_path to a cc_defaults
Change-Id: Id10f78afb3b82117b944b9b53fe7020fb672925b
diff --git a/cc/cc.go b/cc/cc.go
index 274f4fd..3c517ac 100644
--- a/cc/cc.go
+++ b/cc/cc.go
@@ -910,6 +910,7 @@
 		&StlProperties{},
 		&SanitizeProperties{},
 		&StripProperties{},
+		&InstallerProperties{},
 	)
 
 	_, props = android.InitAndroidArchModule(module, android.HostAndDeviceDefault,