platform_build_soong/common
Colin Cross c1e86a3896 Fix race condition in config.Getenv
The envDeps map may be accessed concurrently by multiple modules
in GenerateBuildActions, wrap the accesses in a mutex.

Change-Id: I18abf2687997c045a99b987908623f7d8c2ea344
2015-04-15 12:41:44 -07:00
..
arch.go Support java libraries, binaries, and prebuilts 2015-04-03 16:24:44 -07:00
checkbuild.go Update import paths for changes to blueprint 2015-03-23 12:57:34 -07:00
config.go Fix race condition in config.Getenv 2015-04-15 12:41:44 -07:00
defs.go Update import paths for changes to blueprint 2015-03-23 12:57:34 -07:00
env.go Support dependencies on environment variables 2015-03-26 14:13:49 -07:00
glob.go Quote glob exclude options 2015-04-10 16:12:49 -07:00
module.go Support subtracting sources from globs 2015-04-08 15:19:30 -07:00
paths.go Move config into common and provide helper 2015-04-08 15:19:24 -07:00
util.go Quote glob exclude options 2015-04-10 16:12:49 -07:00