Home
last modified time | relevance | path

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

/build/soong/cc/
Dimage.go483 proptools.Clear(&lib.Properties.Stubs)
500 proptools.Clear(&lib.Properties.Stubs)
Dlibrary.go63 Stubs struct { member
593 symbolFile := String(library.Properties.Stubs.Symbol_file)
944 if len(library.Properties.Stubs.Versions) > 0 && !ctx.Host() && ctx.notInPlatform() &&
1278 android.OptionalPathForModuleSrc(ctx, library.Properties.Stubs.Symbol_file),
1881 if library.hasStubsVariants() && library.Properties.Stubs.Symbol_file != nil {
1882 return library.Properties.Stubs.Symbol_file
1894 return library.Properties.Stubs.Symbol_file != nil ||
1895 len(library.Properties.Stubs.Versions) > 0
1899 return BoolDefault(library.Properties.Stubs.Implementation_installable, true)
1914 versions := addCurrentVersionIfNotPresent(library.Properties.Stubs.Versions)
Dandroidmk.go277 if len(library.Properties.Stubs.Versions) > 0 && !ctx.Host() && ctx.NotInPlatform() &&
/build/soong/android/
Dneverallow_test.go431 Stubs struct { member
/build/soong/java/
Djava.go94 Stubs const
927 j.stubsLinkType = Stubs
2357 StubsLinkType: Stubs,
2578 j.stubsLinkType = Stubs
Dbase.go2542 case Stubs: