Home
last modified time | relevance | path

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

/build/soong/cc/
Dlibrary_sdk_member.go240 …ext android.ModuleContext, builder android.SnapshotBuilder, libInfo *nativeLibInfoProperties, outp…
336 func nativeLibraryPathFor(lib *nativeLibInfoProperties) string {
345 type nativeLibInfoProperties struct { struct
346 android.SdkMemberPropertiesBase
348 memberType *librarySdkMemberType
352 archType string
357 ExportedIncludeDirs android.Paths `android:"arch_variant"`
362 ExportedGeneratedIncludeDirs android.Paths `android:"arch_variant"`
367 ExportedGeneratedHeaders android.Paths `android:"arch_variant"`
372 ExportedSystemIncludeDirs android.Paths `android:"arch_variant"`
[all …]