No description
Find a file
Dan Willemsen 34cc69e4bf Use Path instead of string for file paths
This centralizes verification and common operations, like converting the
path to a source file to the path for a built object.

It also embeds the configuration knowledge into the path, so that we can
remove "${SrcDir}/path" from the ninja file. When SrcDir is '.', that
leads to paths like './path' instead of just 'path' like make is doing,
causing differences in compiled binaries.

Change-Id: Ib4e8910a6e867ce1b7b420d927c04f1142a7589e
2015-12-09 14:29:12 -08:00
androidmk androidmk: Add support for TARGET_BUILD_APPS 2015-12-01 18:06:33 -08:00
cc Use Path instead of string for file paths 2015-12-09 14:29:12 -08:00
cmd Use SRCDIR as a working directory 2015-09-17 23:42:25 -07:00
common Use Path instead of string for file paths 2015-12-09 14:29:12 -08:00
env Support dependencies on environment variables 2015-03-26 14:13:49 -07:00
genrule Use Path instead of string for file paths 2015-12-09 14:29:12 -08:00
glob Move globbing on top of pathtools.GlobWithExcludes 2015-04-29 14:59:23 -07:00
java Use Path instead of string for file paths 2015-12-09 14:29:12 -08:00
Android.bp Use Path instead of string for file paths 2015-12-09 14:29:12 -08:00
bootstrap.bash Use SRCDIR as a working directory 2015-09-17 23:42:25 -07:00
build.ninja.in Update build.ninja.in for bootstrap changes 2015-11-23 14:18:26 -08:00
copygcclib.sh Add soong_build primary builder 2015-03-13 20:28:16 -07:00
doc.go Add soong_build primary builder 2015-03-13 20:28:16 -07:00
register.go Remove EarlyMutators and DynamicDependencies 2015-11-03 15:46:08 -08:00
root.bp Rename Blueprints to Android.bp 2015-05-20 13:10:32 -07:00
soong.bash Use SRCDIR as a working directory 2015-09-17 23:42:25 -07:00
soong.bootstrap.in Use SRCDIR as a working directory 2015-09-17 23:42:25 -07:00