Lock down environment variable access after all other singletons

am: e8b1bc0a68

* commit 'e8b1bc0a689322e2d8dcc92336af606b939c67c6':
  Lock down environment variable access after all other singletons

Change-Id: I69fa02ef4ddd0e58e223328d62b07823b7e158bd
This commit is contained in:
Dan Willemsen
2016-05-13 02:13:30 +00:00
committed by android-build-merger

View File

@@ -94,7 +94,6 @@ bootstrap_go_package {
"common/config.go",
"common/defaults.go",
"common/defs.go",
"common/env.go",
"common/glob.go",
"common/makevars.go",
"common/module.go",
@@ -103,6 +102,9 @@ bootstrap_go_package {
"common/paths.go",
"common/util.go",
"common/variable.go",
// Lock down environment access last
"common/env.go",
],
testSrcs: [
"common/paths_test.go",