Searched defs:jniLib (Results 1 – 2 of 2) sorted by relevance
525 type jniLib struct { struct526 name string527 path android.Path528 target android.Target529 coverageFile android.OptionalPath530 unstrippedFile android.Path531 partition string532 installPaths android.InstallPaths
225 jniLibs []jniLib,