Searched refs:NotAvailableForPlatform (Results 1 – 5 of 5) sorted by relevance
109 NotAvailableForPlatform() bool methodSpec145 NotAvailableForPlatform bool `blueprint:"mutated"` member232 func (m *ApexModuleBase) NotAvailableForPlatform() bool { func233 return m.ApexProperties.NotAvailableForPlatform237 m.ApexProperties.NotAvailableForPlatform = true
297 a.SetBoolIfTrue("LOCAL_NOT_AVAILABLE_FOR_PLATFORM", am.NotAvailableForPlatform())
454 …if apex, ok := m.(android.ApexModule); ok && apex.NotAvailableForPlatform() && apex.IsForPlatform(…
4596 if libfoo.NotAvailableForPlatform() != true {4603 if libfoo2.NotAvailableForPlatform() == true {4633 if libfooShared.NotAvailableForPlatform() != true {4637 if libfooStatic.NotAvailableForPlatform() != false {
756 if dep, ok := child.(android.ApexModule); ok && dep.NotAvailableForPlatform() {