Home
last modified time | relevance | path

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

/aosp_15_r20/build/soong/cc/
H A Dlibrary_sdk_member.go323 …ext android.ModuleContext, builder android.SnapshotBuilder, libInfo *nativeLibInfoProperties, outp…
422 func nativeLibraryPathFor(lib *nativeLibInfoProperties) string {
431 type nativeLibInfoProperties struct { struct
432 android.SdkMemberPropertiesBase
434 memberType *librarySdkMemberType
441 archSubDir string
446 ExportedIncludeDirs android.Paths `android:"arch_variant"`
451 ExportedGeneratedIncludeDirs android.Paths `android:"arch_variant"`
456 ExportedGeneratedHeaders android.Paths `android:"arch_variant"`
461 ExportedSystemIncludeDirs android.Paths `android:"arch_variant"`
[all …]