diff options
author | 2024-05-24 10:45:28 +0900 | |
---|---|---|
committer | 2024-05-24 10:45:28 +0900 | |
commit | 22152f6cdac24347537c34b5ca26155a69c70af7 (patch) | |
tree | 4345c4dae6dee2673394eb59dd48c1b1476dd80c /rust/rust.go | |
parent | 41a1ff1a28d71463ca7f86a532ac422dd56b4cdd (diff) |
Remove VndkUseCoreVariant related code from build
VndkUseCoreVariant feature is deprecated along with VNDK. This change
removes related code from Soong.
Bug: 330100430
Test: AOSP CF build succeeded
Change-Id: Ie182c9e4dc9cf0a4fe9d5fddf5b36754ddb53d18
Diffstat (limited to 'rust/rust.go')
-rw-r--r-- | rust/rust.go | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/rust/rust.go b/rust/rust.go index 93853e534..5790dd6e4 100644 --- a/rust/rust.go +++ b/rust/rust.go @@ -341,10 +341,6 @@ func (mod *Module) Bootstrap() bool { return Bool(mod.Properties.Bootstrap) } -func (mod *Module) MustUseVendorVariant() bool { - return true -} - func (mod *Module) SubName() string { return mod.Properties.SubName } |