summaryrefslogtreecommitdiff
path: root/rust/rust.go
diff options
context:
space:
mode:
author Colin Cross <ccross@android.com> 2020-04-08 18:29:30 +0000
committer Gerrit Code Review <noreply-gerritcodereview@google.com> 2020-04-08 18:29:30 +0000
commitff550f3e13ea87e4759898ef1a82590ca57a955b (patch)
treef26e6501b73b4011fae9ccf25f9fe44e30f3dfc0 /rust/rust.go
parent9e06bb64cacf0dc3a73eb2e30ad904825ffea0a1 (diff)
parentc511bc50dcaba95bf731bcc72ffbfab3805cacc6 (diff)
Merge "Revert^2 "Add sdk mutator for native modules""
Diffstat (limited to 'rust/rust.go')
-rw-r--r--rust/rust.go8
1 files changed, 8 insertions, 0 deletions
diff --git a/rust/rust.go b/rust/rust.go
index f446ef039..6fe887129 100644
--- a/rust/rust.go
+++ b/rust/rust.go
@@ -164,6 +164,10 @@ func (mod *Module) OnlyInRecovery() bool {
return false
}
+func (mod *Module) UseSdk() bool {
+ return false
+}
+
func (mod *Module) UseVndk() bool {
return false
}
@@ -184,6 +188,10 @@ func (mod *Module) SdkVersion() string {
return ""
}
+func (mod *Module) AlwaysSdk() bool {
+ return false
+}
+
func (mod *Module) ToolchainLibrary() bool {
return false
}