Home
last modified time | relevance | path

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

/build/soong/cc/
Dsabi.go83 ((c.IsVndk() && c.UseVndk()) || c.isLlndk(mctx.Config()) ||
Dbuilder.go806 …baseName, exportedHeaderFlags string, checkAllApis, isLlndk, isNdk, isVndkExt bool) android.Option… argument
825 if isLlndk || isNdk {
827 if isLlndk {
Dcc.go329 isLlndk(config android.Config) bool methodSpec
882 func (c *Module) isLlndk(config android.Config) bool { func
1162 func (ctx *moduleContextImpl) isLlndk(config android.Config) bool { func
1163 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) {
Dlibrary.go1111 ctx.isLlndk(ctx.Config()), ctx.isNdk(), ctx.isVndkExt())
1265 …} else if android.DirectlyInAnyApex(ctx, ctx.ModuleName()) && ctx.isLlndk(ctx.Config()) && !isBion…
Dvendor_snapshot.go954 if module.isLlndk(ctx.Config()) {