summaryrefslogtreecommitdiff
path: root/rust/rust.go
diff options
context:
space:
mode:
author Colin Cross <ccross@android.com> 2020-04-07 16:50:32 +0000
committer Colin Cross <ccross@android.com> 2020-04-07 16:50:32 +0000
commitc511bc50dcaba95bf731bcc72ffbfab3805cacc6 (patch)
tree66e6710d15bd5f3d8178863fd5fca9518a5462fd /rust/rust.go
parentf8e80229fedb47302e9cfd32990859a6308020cf (diff)
Revert^2 "Add sdk mutator for native modules"
f8e80229fedb47302e9cfd32990859a6308020cf Change-Id: Ic30ab6b844684bfc3e8ece5a1913980d5fbf8de2
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
}