Remove VNDK related code from Soong
As VNDK definition is fully removed from Android.bp, VNDK related code can be removed from Soong. This change removes VNDK related code except VNDK prebuilt which is required to build former versions of VNDK APEX with prebuilts. Bug: 330100430 Test: AOSP CF build succeeded Ignore-AOSP-First: Resolve Conflict Change-Id: Id9c8993343221c8464c97296bde0ff40b14b9b0b
This commit is contained in:
17
rust/rust.go
17
rust/rust.go
@@ -345,19 +345,6 @@ func (mod *Module) SubName() string {
|
||||
return mod.Properties.SubName
|
||||
}
|
||||
|
||||
func (mod *Module) IsVndk() bool {
|
||||
// TODO(b/165791368)
|
||||
return false
|
||||
}
|
||||
|
||||
func (mod *Module) IsVndkExt() bool {
|
||||
return false
|
||||
}
|
||||
|
||||
func (mod *Module) IsVndkSp() bool {
|
||||
return false
|
||||
}
|
||||
|
||||
func (mod *Module) IsVndkPrebuiltLibrary() bool {
|
||||
// Rust modules do not provide VNDK prebuilts
|
||||
return false
|
||||
@@ -380,10 +367,6 @@ func (c *Module) IsLlndk() bool {
|
||||
return false
|
||||
}
|
||||
|
||||
func (c *Module) IsLlndkPublic() bool {
|
||||
return false
|
||||
}
|
||||
|
||||
func (mod *Module) KernelHeadersDecorator() bool {
|
||||
return false
|
||||
}
|
||||
|
Reference in New Issue
Block a user