Home
last modified time | relevance | path

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

/build/soong/android/
Dapex.go225 NotAvailableForPlatform() bool methodSpec
276 NotAvailableForPlatform bool `blueprint:"mutated"` member
461 func (m *ApexModuleBase) NotAvailableForPlatform() bool { func
462 return m.ApexProperties.NotAvailableForPlatform
467 m.ApexProperties.NotAvailableForPlatform = true
Dandroidmk.go518 a.SetBoolIfTrue("LOCAL_NOT_AVAILABLE_FOR_PLATFORM", am.NotAvailableForPlatform())
/build/soong/java/
Dlint.go579 if apex, ok := m.(android.ApexModule); ok && apex.NotAvailableForPlatform() {
Dapp.go822 if to.(android.ApexModule).NotAvailableForPlatform() {
/build/soong/apex/
Dbuilder.go928 if to.(android.ApexModule).NotAvailableForPlatform() {
Dapex_test.go5492 if libfoo.NotAvailableForPlatform() != true {
5499 if libfoo2.NotAvailableForPlatform() == true {
5530 if libfooShared.NotAvailableForPlatform() != true {
5534 if libfooStatic.NotAvailableForPlatform() != false {
Dapex.go1023 if dep, ok := child.(android.ApexModule); ok && dep.NotAvailableForPlatform() {