diff options
Diffstat (limited to 'cc/cc.go')
-rw-r--r-- | cc/cc.go | 5 |
1 files changed, 0 insertions, 5 deletions
@@ -1197,11 +1197,6 @@ func (c *Module) BuildRlibVariant() bool { return false } -func (c *Module) IsRustFFI() bool { - // cc modules are not Rust modules - return false -} - func (c *Module) Module() android.Module { return c } |