summaryrefslogtreecommitdiff
path: root/cc/cc.go
diff options
context:
space:
mode:
Diffstat (limited to 'cc/cc.go')
-rw-r--r--cc/cc.go5
1 files changed, 0 insertions, 5 deletions
diff --git a/cc/cc.go b/cc/cc.go
index 89c4fc38e..be2c0a39a 100644
--- a/cc/cc.go
+++ b/cc/cc.go
@@ -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