Home
last modified time | relevance | path

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

/build/soong/cc/
Dlibrary_sdk_member.go322 …ext android.ModuleContext, builder android.SnapshotBuilder, libInfo *nativeLibInfoProperties, outp…
418 func nativeLibraryPathFor(lib *nativeLibInfoProperties) string {
427 type nativeLibInfoProperties struct { struct
428 android.SdkMemberPropertiesBase
430 memberType *librarySdkMemberType
437 archSubDir string
442 ExportedIncludeDirs android.Paths `android:"arch_variant"`
447 ExportedGeneratedIncludeDirs android.Paths `android:"arch_variant"`
452 ExportedGeneratedHeaders android.Paths `android:"arch_variant"`
457 ExportedSystemIncludeDirs android.Paths `android:"arch_variant"`
[all …]