Home
last modified time | relevance | path

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

/build/soong/cc/
Dbinary.go27 Static_executable *bool `android:"arch_variant"` member
227 if binary.Properties.Static_executable == nil && ctx.Config().HostStaticBinaries() {
228 binary.Properties.Static_executable = BoolPtr(true)
232 binary.Properties.Static_executable = nil
238 return Bool(binary.Properties.Static_executable)
/build/soong/rust/
Dsanitize.go150 if Bool(binary.Properties.Static_executable) {
312 return Bool(binary.Properties.Static_executable)