Merge "Don't create SDK variants for native bridge modules"

This commit is contained in:
Colin Cross
2021-01-20 17:49:36 +00:00
committed by Gerrit Code Review
5 changed files with 15 additions and 8 deletions

View File

@@ -2434,10 +2434,6 @@ func (m *ModuleBase) MakeAsPlatform() {
m.commonProperties.System_ext_specific = boolPtr(false)
}
func (m *ModuleBase) EnableNativeBridgeSupportByDefault() {
m.commonProperties.Native_bridge_supported = boolPtr(true)
}
func (m *ModuleBase) MakeAsSystemExt() {
m.commonProperties.Vendor = boolPtr(false)
m.commonProperties.Proprietary = boolPtr(false)