Searched refs:isLlndk (Results 1 – 5 of 5) sorted by relevance
83 ((c.IsVndk() && c.UseVndk()) || c.isLlndk(mctx.Config()) ||
806 …baseName, exportedHeaderFlags string, checkAllApis, isLlndk, isNdk, isVndkExt bool) android.Option… argument825 if isLlndk || isNdk {827 if isLlndk {
329 isLlndk(config android.Config) bool methodSpec882 func (c *Module) isLlndk(config android.Config) bool { func1162 func (ctx *moduleContextImpl) isLlndk(config android.Config) bool { func1163 return ctx.mod.isLlndk(config)2179 if to.isVndkSp() || to.isLlndk(ctx.Config()) || Bool(to.VendorProperties.Double_loadable) {2194 if module.isLlndk(ctx.Config()) || Bool(module.VendorProperties.Double_loadable) {
1111 ctx.isLlndk(ctx.Config()), ctx.isNdk(), ctx.isVndkExt())1265 …} else if android.DirectlyInAnyApex(ctx, ctx.ModuleName()) && ctx.isLlndk(ctx.Config()) && !isBion…
954 if module.isLlndk(ctx.Config()) {