Home
last modified time | relevance | path

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

/build/soong/cc/
Dbinary.go588 binaryLinkerAttrs := bp2buildBinaryLinkerProps(ctx, m)
590 if proptools.BoolDefault(binaryLinkerAttrs.Linkshared, true) {
597 binaryLinkerAttrs: binaryLinkerAttrs,
648 binaryLinkerAttrs anonMember
Dbp2build.go935 type binaryLinkerAttrs struct { struct
939 func bp2buildBinaryLinkerProps(ctx android.BazelConversionPathContext, m *Module) binaryLinkerAttrs
940 attrs := binaryLinkerAttrs{}