summaryrefslogtreecommitdiff
path: root/rust/rust.go
diff options
context:
space:
mode:
Diffstat (limited to 'rust/rust.go')
-rw-r--r--rust/rust.go17
1 files changed, 0 insertions, 17 deletions
diff --git a/rust/rust.go b/rust/rust.go
index 5790dd6e4..7cd9df4c7 100644
--- a/rust/rust.go
+++ b/rust/rust.go
@@ -345,19 +345,6 @@ func (mod *Module) SubName() string {
return mod.Properties.SubName
}
-func (mod *Module) IsVndk() bool {
- // TODO(b/165791368)
- return false
-}
-
-func (mod *Module) IsVndkExt() bool {
- return false
-}
-
-func (mod *Module) IsVndkSp() bool {
- return false
-}
-
func (mod *Module) IsVndkPrebuiltLibrary() bool {
// Rust modules do not provide VNDK prebuilts
return false
@@ -380,10 +367,6 @@ func (c *Module) IsLlndk() bool {
return false
}
-func (c *Module) IsLlndkPublic() bool {
- return false
-}
-
func (mod *Module) KernelHeadersDecorator() bool {
return false
}