Home
last modified time | relevance | path

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

/build/soong/java/
Dapp.go293 if a.RequiresStableAPIs(ctx) || !a.shouldEmbedJnis(ctx) {
302 if a.shouldEmbedJnis(ctx) {
457 func (a *AndroidApp) shouldEmbedJnis(ctx android.BaseModuleContext) bool { func
657 if a.shouldEmbedJnis(ctx) {
859 checkNativeSdkVersion := a.shouldEmbedJnis(ctx) && !Bool(a.appProperties.Jni_uses_platform_apis)
860 …jniLibs, prebuiltJniPackages, certificates := collectAppDeps(ctx, a, a.shouldEmbedJnis(ctx), check…