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.go224 prebuilt.baseLinker.Properties.Nocrt = BoolPtr(true)
Dsnapshot_prebuilt.go551 prebuilt.baseLinker.Properties.Nocrt = BoolPtr(true)
710 binary.baseLinker.Properties.Nocrt = BoolPtr(true)
Dlinker.go91 Nocrt *bool `android:"arch_variant"` member
246 val := invertBoolPtr(blp.Nocrt)
Dbinary.go152 if !Bool(binary.baseLinker.Properties.Nocrt) {
Dlibrary.go1275 if !Bool(library.baseLinker.Properties.Nocrt) {