Home
last modified time | relevance | path

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

/aosp12/build/soong/android/
H A Dapex.go199 NotInPlatform() bool
390 func (m *ApexModuleBase) NotInPlatform() bool { func
/aosp12/build/soong/cc/
H A Dandroidmk.go49 NotInPlatform() bool
305 if len(library.Properties.Stubs.Versions) > 0 && !ctx.Host() && ctx.NotInPlatform() &&
H A Dcc.go1783 if c.HasStubsVariants() && c.NotInPlatform() && !c.InRamdisk() &&
2644 useStubs = dep.(android.ApexModule).NotInPlatform() && !c.bootstrap()