summaryrefslogtreecommitdiff
path: root/rust/rust.go
diff options
context:
space:
mode:
Diffstat (limited to 'rust/rust.go')
-rw-r--r--rust/rust.go10
1 files changed, 9 insertions, 1 deletions
diff --git a/rust/rust.go b/rust/rust.go
index 21da5ae6f..2e78a147a 100644
--- a/rust/rust.go
+++ b/rust/rust.go
@@ -189,7 +189,15 @@ func (mod *Module) IsVndkExt() bool {
return false
}
-func (c *Module) IsVndkPrivate(config android.Config) bool {
+func (c *Module) IsVndkPrivate() bool {
+ return false
+}
+
+func (c *Module) IsLlndk() bool {
+ return false
+}
+
+func (c *Module) IsLlndkPublic() bool {
return false
}