Home
last modified time | relevance | path

Searched refs:NotAvailableForPlatform (Results 1 – 5 of 5) sorted by relevance

/build/soong/android/
Dapex.go109 NotAvailableForPlatform() bool methodSpec
145 NotAvailableForPlatform bool `blueprint:"mutated"` member
232 func (m *ApexModuleBase) NotAvailableForPlatform() bool { func
233 return m.ApexProperties.NotAvailableForPlatform
237 m.ApexProperties.NotAvailableForPlatform = true
Dandroidmk.go297 a.SetBoolIfTrue("LOCAL_NOT_AVAILABLE_FOR_PLATFORM", am.NotAvailableForPlatform())
/build/soong/java/
Dlint.go454 …if apex, ok := m.(android.ApexModule); ok && apex.NotAvailableForPlatform() && apex.IsForPlatform(…
/build/soong/apex/
Dapex_test.go4596 if libfoo.NotAvailableForPlatform() != true {
4603 if libfoo2.NotAvailableForPlatform() == true {
4633 if libfooShared.NotAvailableForPlatform() != true {
4637 if libfooStatic.NotAvailableForPlatform() != false {
Dapex.go756 if dep, ok := child.(android.ApexModule); ok && dep.NotAvailableForPlatform() {