Home
last modified time | relevance | path

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

/build/soong/cc/
Dbinary.go27 Static_executable *bool `android:"arch_variant"` member
216 if binary.Properties.Static_executable == nil && ctx.Config().HostStaticBinaries() {
217 binary.Properties.Static_executable = BoolPtr(true)
221 binary.Properties.Static_executable = nil
227 return Bool(binary.Properties.Static_executable)