Searched refs:NotAvailableForPlatform (Results 1 – 7 of 7) sorted by relevance
225 NotAvailableForPlatform() bool methodSpec276 NotAvailableForPlatform bool `blueprint:"mutated"` member461 func (m *ApexModuleBase) NotAvailableForPlatform() bool { func462 return m.ApexProperties.NotAvailableForPlatform467 m.ApexProperties.NotAvailableForPlatform = true
518 a.SetBoolIfTrue("LOCAL_NOT_AVAILABLE_FOR_PLATFORM", am.NotAvailableForPlatform())
579 if apex, ok := m.(android.ApexModule); ok && apex.NotAvailableForPlatform() {
822 if to.(android.ApexModule).NotAvailableForPlatform() {
928 if to.(android.ApexModule).NotAvailableForPlatform() {
5492 if libfoo.NotAvailableForPlatform() != true {5499 if libfoo2.NotAvailableForPlatform() == true {5530 if libfooShared.NotAvailableForPlatform() != true {5534 if libfooStatic.NotAvailableForPlatform() != false {
1023 if dep, ok := child.(android.ApexModule); ok && dep.NotAvailableForPlatform() {