From 187d5445e8cf63ab6d2b66324bc7b3494b3b824c Mon Sep 17 00:00:00 2001 From: Liz Kammer Date: Fri, 25 Jun 2021 14:50:12 -0400 Subject: Remove IsDependencyRoot from interface This is equivalent to Binary() -- reduce the interface and improve clarity. Test: go test soong tests Change-Id: I770f5ce79fd4d888586d31ec5e67be88153626b6 --- rust/compiler.go | 4 ---- 1 file changed, 4 deletions(-) (limited to 'rust/compiler.go') diff --git a/rust/compiler.go b/rust/compiler.go index 1598ebf9a..0b28135ae 100644 --- a/rust/compiler.go +++ b/rust/compiler.go @@ -289,10 +289,6 @@ func (compiler *baseCompiler) CargoOutDir() android.OptionalPath { return android.OptionalPathForPath(compiler.cargoOutDir) } -func (compiler *baseCompiler) isDependencyRoot() bool { - return false -} - func (compiler *baseCompiler) strippedOutputFilePath() android.OptionalPath { return compiler.strippedOutputFile } -- cgit v1.2.3-59-g8ed1b