Home
last modified time | relevance | path

Searched refs:Shared_libs (Results 1 – 15 of 15) sorted by relevance

/aosp12/build/soong/cc/
H A Dlinker.go40 Shared_libs []string `android:"arch_variant"` member
104 Shared_libs []string
132 Shared_libs []string
189 Shared_libs []string
254 deps.SharedLibs = append(deps.SharedLibs, linker.Properties.Shared_libs...)
282 deps.SharedLibs = append(deps.SharedLibs, linker.Properties.Target.Vendor.Shared_libs...)
294 deps.SharedLibs = append(deps.SharedLibs, linker.Properties.Target.Product.Shared_libs...)
306 deps.SharedLibs = append(deps.SharedLibs, linker.Properties.Target.Recovery.Shared_libs...)
338 deps.SharedLibs = append(deps.SharedLibs, linker.Properties.Target.Platform.Shared_libs...)
574 specifiedDeps.sharedLibs = append(specifiedDeps.sharedLibs, linker.Properties.Shared_libs...)
H A Dbp2build.go76 allDeps = append(allDeps, lib.SharedProperties.Shared.Shared_libs...)
81 allDeps = append(allDeps, lib.StaticProperties.Static.Shared_libs...)
112 Value: android.BazelLabelForModuleDeps(ctx, lib.SharedProperties.Shared.Shared_libs)}
150 Value: android.BazelLabelForModuleDeps(ctx, lib.StaticProperties.Static.Shared_libs)}
333 sharedLibs := baseLinkerProps.Shared_libs
356 sharedLibs := baseLinkerProps.Shared_libs
373 sharedLibs := baseLinkerProps.Shared_libs
H A Dlibrary.go155 Shared_libs []string `android:"arch_variant"` member
1051 deps.SharedLibs = append(deps.SharedLibs, library.StaticProperties.Static.Shared_libs...)
1062 deps.SharedLibs = append(deps.SharedLibs, library.SharedProperties.Shared.Shared_libs...)
1115 specifiedDeps.sharedLibs = append(specifiedDeps.sharedLibs, properties.Shared_libs...)
1931 len(staticCompiler.StaticProperties.Static.Shared_libs) == 0 &&
1932 len(sharedCompiler.SharedProperties.Shared.Shared_libs) == 0 &&
H A Dsnapshot_prebuilt.go276 Shared_libs []string `android:"arch_variant"` member
355 sharedLibs := collectSnapshotMap(s.properties.Shared_libs, snapshotSuffix, snapshotSharedSuffix)
H A Dcompiler.go702 Shared_libs []string `android:"arch_variant"` member
/aosp12/system/tools/hidl/build/
H A Dproperties.go39 Shared_libs []string member
H A Dhidl_interface.go703 Shared_libs: concat(cppDependencies, []string{
806 Shared_libs: []string{
838 Shared_libs: []string{
890 Shared_libs: wrap("", cppDependencies, "-vts.driver"),
922 Shared_libs: wrap("", cppDependencies, "-vts.profiler"),
934 Shared_libs: []string{name.vtsDriverName()},
/aosp12/system/tools/aidl/build/
H A Dproperties.go48 Shared_libs []string member
H A Daidl_interface_backends.go179 Shared_libs: append(importExportDependencies, sharedLibDependency...),
448 p.Shared_libs = append(p.Shared_libs, imports...)
/aosp12/build/soong/rust/
H A Dcompiler.go98 Shared_libs []string `android:"arch_variant"` member
307 deps.SharedLibs = append(deps.SharedLibs, compiler.Properties.Shared_libs...)
H A Dbindgen.go267 deps.SharedLibs = append(deps.SharedLibs, b.ClangProperties.Shared_libs...)
/aosp12/build/soong/android/
H A Dneverallow_test.go349 Shared_libs []string
H A Dvariable.go53 Shared_libs []string `android:"arch_variant"`
137 Shared_libs []string `android:"arch_variant"`
/aosp12/build/soong/sysprop/
H A Dsysprop_library.go388 Shared_libs []string
473 ccProps.Target.Android.Shared_libs = []string{"liblog"}
/aosp12/art/build/
H A Dcodegen.go193 Shared_libs []string