Home
last modified time | relevance | path

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

/build/soong/cc/
Dlibrary.go586 if ctx.isNdk() {
1057 isNdk := ctx.isNdk()
1060 …refAbiDumpTextFile := android.PathForVndkRefAbiDump(ctx, vndkVersion, fileName, isNdk, isLlndkOrVn…
1061 …refAbiDumpGzipFile := android.PathForVndkRefAbiDump(ctx, vndkVersion, fileName, isNdk, isLlndkOrVn…
1111 ctx.isLlndk(ctx.Config()), ctx.isNdk(), ctx.isVndkExt())
Dbuilder.go806 …baseName, exportedHeaderFlags string, checkAllApis, isLlndk, isNdk, isVndkExt bool) android.Option… argument
825 if isLlndk || isNdk {
Dcc.go328 isNdk() bool methodSpec
1158 func (ctx *moduleContextImpl) isNdk() bool { func
/build/soong/android/
Dpaths.go1118 isNdk, isLlndkOrVndk, isGzip bool) OptionalPath { argument
1131 if isNdk {