diff options
Diffstat (limited to 'cc/cc.go')
-rw-r--r-- | cc/cc.go | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -1385,8 +1385,6 @@ func (c *Module) InstallInRoot() bool { return c.installer != nil && c.installer.installInRoot() } -func (c *Module) InstallBypassMake() bool { return true } - type baseModuleContext struct { android.BaseModuleContext moduleContextImpl |