Merge "Remove VndkUseCoreVariant related code from build" into main

This commit is contained in:
Kiyoung Kim
2024-05-27 00:59:37 +00:00
committed by Gerrit Code Review
10 changed files with 6 additions and 155 deletions

View File

@@ -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
}