Home
last modified time | relevance | path

Searched refs:Nocrt (Results 1 – 6 of 6) sorted by relevance

/build/soong/cc/
Dbinary_sdk_member.go120 Nocrt bool member
131 p.Nocrt = Bool(binaryLinker.baseLinker.Properties.Nocrt)
163 if p.Nocrt {
164 propertySet.AddProperty("nocrt", p.Nocrt)
Dvndk_prebuilt.go226 prebuilt.baseLinker.Properties.Nocrt = BoolPtr(true)
Dsnapshot_prebuilt.go674 prebuilt.baseLinker.Properties.Nocrt = BoolPtr(true)
830 binary.baseLinker.Properties.Nocrt = BoolPtr(true)
Dbinary.go150 if !Bool(binary.baseLinker.Properties.Nocrt) {
Dlinker.go86 Nocrt *bool `android:"arch_variant"` member
Dlibrary.go1056 if ctx.toolchain().Bionic() && !Bool(library.baseLinker.Properties.Nocrt) {