Merge "Don't create SDK variants for native bridge modules"
This commit is contained in:
@@ -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)
|
||||
|
Reference in New Issue
Block a user