Home
last modified time | relevance | path

Searched refs:NotInPlatform (Results 1 – 4 of 4) sorted by relevance

/build/soong/android/
Dapex.go222 NotInPlatform() bool methodSpec
426 func (m *ApexModuleBase) NotInPlatform() bool { func
/build/soong/cc/
Dandroidmk.go50 NotInPlatform() bool methodSpec
277 if len(library.Properties.Stubs.Versions) > 0 && !ctx.Host() && ctx.NotInPlatform() &&
Dcc.go1725 return ctx.mod.NotInPlatform()
2132 if c.HasStubsVariants() && c.NotInPlatform() && !c.InRamdisk() &&
3379 isNotInPlatform := dep.(android.ApexModule).NotInPlatform()
Dlibrary.go606 if ctx.Module().(android.ApexModule).NotInPlatform() {