Home
last modified time | relevance | path

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

/build/soong/cc/
Dlibrary_sdk_member.go139 return &nativeLibInfoProperties{memberType: mt}
149 pathsGetter func(libInfo *nativeLibInfoProperties) android.Paths
169 …pathsGetter: func(libInfo *nativeLibInfoProperties) android.Paths { return libInfo.ExportedInclud…
179 …pathsGetter: func(libInfo *nativeLibInfoProperties) android.Paths { return libInfo.ExportedSystem…
190 …pathsGetter: func(libInfo *nativeLibInfoProperties) android.Paths { return libInfo.exportedGenera…
201 …pathsGetter: func(libInfo *nativeLibInfoProperties) android.Paths { return libInfo.exportedGenera…
210 …android.ModuleContext, builder android.SnapshotBuilder, libInfo *nativeLibInfoProperties, outputPr… argument
294 func nativeLibraryPathFor(lib *nativeLibInfoProperties) string { argument
303 type nativeLibInfoProperties struct { struct
363 func (p *nativeLibInfoProperties) PopulateFromVariant(ctx android.SdkMemberContext, variant android… argument
[all …]