Home
last modified time | relevance | path

Searched refs:getCurrentIncludePath (Results 1 – 2 of 2) sorted by relevance

/build/soong/cc/
Dndk_headers.go49 func getCurrentIncludePath(ctx android.ModuleContext) android.InstallPath { func
115 installDir := getCurrentIncludePath(ctx).Join(ctx, to, strippedHeaderDir)
208 toOutputPath := getCurrentIncludePath(ctx).Join(ctx, String(m.properties.To))
324 installDir := getCurrentIncludePath(ctx).Join(ctx, String(m.properties.To))
Dcompiler.go357 "-isystem "+getCurrentIncludePath(ctx).String(),
358 "-isystem "+getCurrentIncludePath(ctx).Join(ctx, config.NDKTriple(tc)).String())