Home
last modified time | relevance | path

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

/build/soong/rust/
Dbinary.go31 Static_executable *bool `android:"arch_variant"` member
83 if Bool(binary.Properties.Static_executable) {
95 static := Bool(binary.Properties.Static_executable)
128 …eturn Bool(binary.baseCompiler.Properties.Prefer_rlib) || Bool(binary.Properties.Static_executable)
183 return Bool(binary.Properties.Static_executable)
/build/soong/cc/
Dbinary.go27 Static_executable *bool `android:"arch_variant"` member
222 if binary.Properties.Static_executable == nil && ctx.Config().HostStaticBinaries() {
223 binary.Properties.Static_executable = BoolPtr(true)
229 binary.Properties.Static_executable = nil
234 return Bool(binary.Properties.Static_executable)