Home
last modified time | relevance | path

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

/build/soong/cc/
Dlinker.go41 Shared_libs []string `android:"arch_variant"` member
102 Shared_libs []string
130 Shared_libs []string
166 Shared_libs []string
221 deps.SharedLibs = append(deps.SharedLibs, linker.Properties.Shared_libs...)
238 deps.SharedLibs = append(deps.SharedLibs, linker.Properties.Target.Vendor.Shared_libs...)
250 deps.SharedLibs = append(deps.SharedLibs, linker.Properties.Target.Recovery.Shared_libs...)
271 deps.SharedLibs = append(deps.SharedLibs, linker.Properties.Target.Platform.Shared_libs...)
498 specifiedDeps.sharedLibs = append(specifiedDeps.sharedLibs, linker.Properties.Shared_libs...)
Dlibrary.go133 Shared_libs []string `android:"arch_variant"` member
798 deps.SharedLibs = append(deps.SharedLibs, library.StaticProperties.Static.Shared_libs...)
822 deps.SharedLibs = append(deps.SharedLibs, library.SharedProperties.Shared.Shared_libs...)
861 specifiedDeps.sharedLibs = append(specifiedDeps.sharedLibs, properties.Shared_libs...)
1434 len(staticCompiler.StaticProperties.Static.Shared_libs) == 0 &&
1435 len(sharedCompiler.SharedProperties.Shared.Shared_libs) == 0 &&
/build/soong/rust/
Dbindgen.go77 Shared_libs []string `android:"arch_variant"` member
184 deps.SharedLibs = append(deps.SharedLibs, b.Properties.Shared_libs...)
Dcompiler.go79 Shared_libs []string `android:"arch_variant"` member
187 deps.SharedLibs = append(deps.SharedLibs, compiler.Properties.Shared_libs...)
/build/soong/android/
Dneverallow_test.go404 Shared_libs []string
Dvariable.go47 Shared_libs []string `android:"arch_variant"`
127 Shared_libs []string
/build/soong/sysprop/
Dsysprop_library.go345 Shared_libs []string
441 ccProps.Target.Android.Shared_libs = []string{"liblog"}