Home
last modified time | relevance | path

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

/build/soong/cc/
Dlinkable.go379 includes := android.PathsForBazelOut(ctx, ccInfo.Includes)
380 systemIncludes := android.PathsForBazelOut(ctx, ccInfo.SystemIncludes)
/build/soong/android/
Dbazel_paths.go372 func PathsForBazelOut(ctx PathContext, paths []string) Paths { func