diff options
Diffstat (limited to 'cc/cc.go')
| -rw-r--r-- | cc/cc.go | 5 |
1 files changed, 0 insertions, 5 deletions
@@ -580,7 +580,6 @@ type installer interface { hostToolPath() android.OptionalPath relativeInstallPath() string makeUninstallable(mod *Module) - installInRoot() bool } // bazelHandler is the interface for a helper object related to deferring to Bazel for @@ -1307,10 +1306,6 @@ func (c *Module) isCfiAssemblySupportEnabled() bool { Bool(c.sanitize.Properties.Sanitize.Config.Cfi_assembly_support) } -func (c *Module) InstallInRoot() bool { - return c.installer != nil && c.installer.installInRoot() -} - type baseModuleContext struct { android.BaseModuleContext moduleContextImpl |