Home
last modified time | relevance | path

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

/aosp12/build/soong/cc/
H A 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)
H A Dvndk_prebuilt.go226 prebuilt.baseLinker.Properties.Nocrt = BoolPtr(true)
H A Dsnapshot_prebuilt.go674 prebuilt.baseLinker.Properties.Nocrt = BoolPtr(true)
830 binary.baseLinker.Properties.Nocrt = BoolPtr(true)
H A Dbinary.go150 if !Bool(binary.baseLinker.Properties.Nocrt) {
H A Dlinker.go86 Nocrt *bool `android:"arch_variant"` member
H A Dlibrary.go1056 if ctx.toolchain().Bionic() && !Bool(library.baseLinker.Properties.Nocrt) {