Home
last modified time | relevance | path

Searched refs:Export_shared_lib_headers (Results 1 – 3 of 3) sorted by relevance

/build/soong/cc/
Dlinker.go75 Export_shared_lib_headers []string `android:"arch_variant"` member
303 …dLibHeaders = append(deps.ReexportSharedLibHeaders, linker.Properties.Export_shared_lib_headers...)
Dbp2build.go157 …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…
Dlibrary.go163 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...)