Home
last modified time | relevance | path

Searched refs:useEmbeddedNativeLibs (Results 1 – 3 of 3) sorted by relevance

/build/soong/java/
Dandroid_manifest.go56 …isLibrary, useEmbeddedNativeLibs, usesNonSdkApis, useEmbeddedDex, hasNoCode bool, loggingParent st… argument
67 args = append(args, fmt.Sprintf("--extract-native-libs=%v", !useEmbeddedNativeLibs))
68 } else if useEmbeddedNativeLibs {
Daar.go99 useEmbeddedNativeLibs bool member
239 a.isLibrary, a.useEmbeddedNativeLibs, a.usesNonSdkApis, a.useEmbeddedDex, a.hasNoCode,
Dapp.go476 func (a *AndroidApp) useEmbeddedNativeLibs(ctx android.ModuleContext) bool { func
616 TransformJniLibsToJar(ctx, jniJarFile, jniLibs, a.useEmbeddedNativeLibs(ctx))
743 a.aapt.useEmbeddedNativeLibs = a.useEmbeddedNativeLibs(ctx)