Home
last modified time | relevance | path

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

/build/soong/cc/
Dlinker.go71 Export_shared_lib_headers []string `android:"arch_variant"` member
226 …dLibHeaders = append(deps.ReexportSharedLibHeaders, linker.Properties.Export_shared_lib_headers...)
Dlibrary.go136 Export_shared_lib_headers []string `android:"arch_variant"` member
800 …append(deps.ReexportSharedLibHeaders, library.StaticProperties.Static.Export_shared_lib_headers...)
824 …append(deps.ReexportSharedLibHeaders, library.SharedProperties.Shared.Export_shared_lib_headers...)