Home
last modified time | relevance | path

Searched refs:IsStubs (Results 1 – 6 of 6) sorted by relevance

/build/soong/cc/
Dstub_library.go37 return m.IsStubs() || m.HasStubsVariants()
Dsabi.go149 if m.isNDKStubLibrary() || m.IsLlndk() || m.IsStubs() {
Dcc.go1324 func (c *Module) IsStubs() bool { func
1939 c.IsStubs() && !c.InVendorRamdisk() {
2243 if c.IsStubs() {
2766 if c.IsStubs() {
2800 if c.IsStubs() {
2935 } else if !c.IsStubs() {
3492 return c.IsStubs() || c.Target().NativeBridge == android.NativeBridgeEnabled
/build/soong/java/
Dapp.go753 if dep.IsNdk(ctx.Config()) || dep.IsStubs() {
/build/soong/apex/
Dapex.go2023 if !abInfo.Contents.DirectlyInApex(depName) && (cc.IsStubs() || cc.HasStubsVariants()) {
Dapex_test.go8755 if !entry.mod.IsStubs() {