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
120 installDir := getCurrentIncludePath(ctx).Join(ctx, to, strippedHeaderDir)
218 toOutputPath := getCurrentIncludePath(ctx).Join(ctx, String(m.properties.To))
339 installDir := getCurrentIncludePath(ctx).Join(ctx, String(m.properties.To))
Dcompiler.go326 "-isystem "+getCurrentIncludePath(ctx).String(),
327 "-isystem "+getCurrentIncludePath(ctx).Join(ctx, config.NDKTriple(tc)).String())