Home
last modified time | relevance | path

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

/build/soong/android/
Dprebuilt.go62 Prefer *bool `android:"arch_variant"` member
95 p.properties.Prefer = proptools.BoolPtr(true)
98 func (p *Prebuilt) Prefer() bool { func
99 return proptools.Bool(p.properties.Prefer)
368 if Bool(p.properties.Prefer) {
/build/soong/docs/
Dbest_practices.md78 Prefer to use header libraries (`BUILD_HEADER_LIBRARY`/ `cc_library_headers`)
81 interfaces to a library. Prefer to split those header-only sections out to a
87 Prefer `LOCAL_EXPORT_C_INCLUDE_DIRS` over `LOCAL_C_INCLUDES` as well.
122 Prefer to list input files on the command line, otherwise we may not know to