No description
Find a file
Dan Willemsen 322a0a6b59 Fix and optimize relPwd in cc
We cannot use the PWD trick for any compile on Darwin, since /proc
doesn't exist. So instead of checking for darwin host modules, just
check runtime.GOOS.

And since this isn't a per-module decision, don't pass it along as a
variable to every build command, but make it a global variable.

Change-Id: Iea8609f49a9d316c58aed527f62d1986c970eaac
2015-11-17 18:09:57 -08:00
androidbp/cmd Fix gofmt 2015-10-28 17:23:16 -07:00
androidmk Replace asan with sanitize 2015-09-16 14:19:55 -07:00
cc Fix and optimize relPwd in cc 2015-11-17 18:09:57 -08:00
cmd Use SRCDIR as a working directory 2015-09-17 23:42:25 -07:00
common Add armv8-a arch variant 2015-11-16 18:06:32 -08:00
env Support dependencies on environment variables 2015-03-26 14:13:49 -07:00
genrule Remove EarlyMutators and DynamicDependencies 2015-11-03 15:46:08 -08:00
glob Move globbing on top of pathtools.GlobWithExcludes 2015-04-29 14:59:23 -07:00
java Remove EarlyMutators and DynamicDependencies 2015-11-03 15:46:08 -08:00
Android.bp Add support for defaults modules 2015-11-03 15:46:08 -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 blueprint changes 2015-11-03 14:49:06 -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