Merge "Refactor for preliminary Rust vendor image support"
This commit is contained in:
12
rust/rust.go
12
rust/rust.go
@@ -211,6 +211,18 @@ func (mod *Module) HasVendorVariant() bool {
|
||||
return false
|
||||
}
|
||||
|
||||
func (mod *Module) IsVndkExt() bool {
|
||||
return false
|
||||
}
|
||||
|
||||
func (c *Module) IsVndkPrivate(config android.Config) bool {
|
||||
return false
|
||||
}
|
||||
|
||||
func (mod *Module) InProduct() bool {
|
||||
return false
|
||||
}
|
||||
|
||||
func (mod *Module) SdkVersion() string {
|
||||
return ""
|
||||
}
|
||||
|
Reference in New Issue
Block a user