Home
last modified time | relevance | path

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

/build/soong/android/
Dapex.go209 NotInPlatform() bool methodSpec
400 func (m *ApexModuleBase) NotInPlatform() bool { func
/build/soong/cc/
Dandroidmk.go51 NotInPlatform() bool methodSpec
311 if len(library.Properties.Stubs.Versions) > 0 && !ctx.Host() && ctx.NotInPlatform() &&
Dcc.go1937 if c.HasStubsVariants() && c.NotInPlatform() && !c.InRamdisk() &&
3028 useStubs = dep.(android.ApexModule).NotInPlatform() && !bootstrap