Searched refs:Export_shared_lib_headers (Results 1 – 3 of 3) sorted by relevance
/build/soong/cc/ |
D | linker.go | 75 Export_shared_lib_headers []string `android:"arch_variant"` member 303 …dLibHeaders = append(deps.ReexportSharedLibHeaders, linker.Properties.Export_shared_lib_headers...)
|
D | bp2build.go | 157 …ortedAndImplementationsDeps(ctx, true, props.Shared_libs, props.Export_shared_lib_headers, bazelLa… 669 …es(ctx, !isBinary, sharedLibs, props.Exclude_shared_libs, props.Export_shared_lib_headers, bazelLa…
|
D | library.go | 163 Export_shared_lib_headers []string `android:"arch_variant"` member 1272 …append(deps.ReexportSharedLibHeaders, library.StaticProperties.Static.Export_shared_lib_headers...) 1283 …append(deps.ReexportSharedLibHeaders, library.SharedProperties.Shared.Export_shared_lib_headers...)
|