Searched refs:isNdk (Results 1 – 3 of 3) sorted by relevance
/build/soong/cc/ |
D | builder.go | 875 …baseName, exportedHeaderFlags string, checkAllApis, isLlndk, isNdk, isVndkExt bool) android.Option… argument 894 if isLlndk || isNdk {
|
D | library.go | 1370 isNdk := ctx.isNdk(ctx.Config()) 1373 …refAbiDumpTextFile := android.PathForVndkRefAbiDump(ctx, vndkVersion, fileName, isNdk, isLlndkOrVn… 1374 …refAbiDumpGzipFile := android.PathForVndkRefAbiDump(ctx, vndkVersion, fileName, isNdk, isLlndkOrVn… 1424 ctx.IsLlndk(), ctx.isNdk(ctx.Config()), ctx.IsVndkExt())
|
/build/soong/android/ |
D | paths.go | 1372 isNdk, isLlndkOrVndk, isGzip bool) OptionalPath { argument 1385 if isNdk {
|