diff options
Diffstat (limited to 'rust')
-rw-r--r-- | rust/rust.go | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/rust/rust.go b/rust/rust.go index 7880dee8c..81c33e688 100644 --- a/rust/rust.go +++ b/rust/rust.go @@ -377,9 +377,6 @@ func (mod *Module) Toc() android.OptionalPath { } func (mod *Module) UseSdk() bool { - if cc.CanUseSdk(mod) { - return String(mod.Properties.Sdk_version) != "" - } return false } |