Searched refs:shouldEmbedJnis (Results 1 – 1 of 1) sorted by relevance
293 if a.RequiresStableAPIs(ctx) || !a.shouldEmbedJnis(ctx) {302 if a.shouldEmbedJnis(ctx) {457 func (a *AndroidApp) shouldEmbedJnis(ctx android.BaseModuleContext) bool { func657 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…