Home
last modified time | relevance | path

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

/build/soong/cc/
Dlibrary_sdk_member.go162 return &nativeLibInfoProperties{memberType: mt}
179 pathsGetter func(libInfo *nativeLibInfoProperties) android.Paths
199 …pathsGetter: func(libInfo *nativeLibInfoProperties) android.Paths { return libInfo.ExportedInclud…
209 …pathsGetter: func(libInfo *nativeLibInfoProperties) android.Paths { return libInfo.ExportedSystem…
220 …pathsGetter: func(libInfo *nativeLibInfoProperties) android.Paths { return libInfo.ExportedGenera…
231 …pathsGetter: func(libInfo *nativeLibInfoProperties) android.Paths { return libInfo.ExportedGenera…
240 …android.ModuleContext, builder android.SnapshotBuilder, libInfo *nativeLibInfoProperties, outputPr… argument
336 func nativeLibraryPathFor(lib *nativeLibInfoProperties) string { argument
345 type nativeLibInfoProperties struct { struct
407 func (p *nativeLibInfoProperties) PopulateFromVariant(ctx android.SdkMemberContext, variant android… argument
[all …]