Home
last modified time | relevance | path

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

/aosp_15_r20/build/soong/rust/
H A 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)
180 return Bool(binary.Properties.Static_executable)
/aosp_15_r20/build/soong/cc/
H A 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)
/aosp_15_r20/development/tools/repo_diff/service/repodiff/persistence/filesystem/testdata/
H A Dcommit.csv28480 …platform/build/soong,[email protected],"Fix Static_executable, implement B…