Searched refs:NotAvailableForPlatform (Results 1 – 7 of 7) sorted by relevance
235 NotAvailableForPlatform() bool methodSpec286 NotAvailableForPlatform bool `blueprint:"mutated"` member472 func (m *ApexModuleBase) NotAvailableForPlatform() bool { func473 return m.ApexProperties.NotAvailableForPlatform478 m.ApexProperties.NotAvailableForPlatform = true
549 a.SetBoolIfTrue("LOCAL_NOT_AVAILABLE_FOR_PLATFORM", am.NotAvailableForPlatform())
582 if apex, ok := m.(android.ApexModule); ok && apex.NotAvailableForPlatform() {
824 if to.(android.ApexModule).NotAvailableForPlatform() {
959 if to.(android.ApexModule).NotAvailableForPlatform() {
6088 if libfoo.NotAvailableForPlatform() != true {6095 if libfoo2.NotAvailableForPlatform() == true {6126 if libfooShared.NotAvailableForPlatform() != true {6130 if libfooStatic.NotAvailableForPlatform() != false {
1137 if dep, ok := child.(android.ApexModule); ok && dep.NotAvailableForPlatform() {