Home
last modified time | relevance | path

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

/aosp12/build/soong/java/
H A Dapp_builder.go222 jniLibs []jniLib, uncompressJNI bool) {
H A Djava.go326 type jniLib struct { struct
327 name string
328 path android.Path
329 target android.Target
330 coverageFile android.OptionalPath
331 unstrippedFile android.Path
H A Dapp.go479 func (a *AndroidApp) jniBuildActions(jniLibs []jniLib, ctx android.ModuleContext) android.WritableP…