Home
last modified time | relevance | path

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

/aosp_15_r20/build/soong/cc/
H A Dbinary_sdk_member.go119 StaticExecutable bool member
130 p.StaticExecutable = binaryLinker.static()
160 if p.StaticExecutable {
161 propertySet.AddProperty("static_executable", p.StaticExecutable)
H A Dlinkable.go231 StaticExecutable() bool methodSpec
H A Dcc.go65 StaticExecutable bool member
2131 StaticExecutable: c.StaticExecutable(),
3617 func (c *Module) StaticExecutable() bool { func
/aosp_15_r20/build/soong/rust/
H A Dsanitize.go147 if !ctx.RustModule().StaticExecutable() {
164 if !ctx.RustModule().StaticExecutable() {
412 if mod.StaticExecutable() {
H A Drust.go289 func (mod *Module) StaticExecutable() bool { func
1009 StaticExecutable: mod.StaticExecutable(),
H A Dcompiler.go532 if ctx.RustModule().StaticExecutable() {
/aosp_15_r20/build/soong/apex/
H A Dapex.go2755 if android.OtherModuleProviderOrDefault(ctx, module, cc.LinkableInfoKey).StaticExecutable {