Delete android/env.go .

Properly plumb the available environment to the configuration instead of
going through the global variable originalEnv.

Test: Presubmit.
Change-Id: Ia1ea753d5e72c02a0dcaa4c0b43bd6e24fc47cec
This commit is contained in:
Lukacs T. Berki
2021-04-12 14:04:24 +02:00
parent ed0f6e846f
commit 53b2f36bd6
4 changed files with 31 additions and 55 deletions

View File

@@ -78,9 +78,6 @@ bootstrap_go_package {
"variable.go",
"visibility.go",
"writedocs.go",
// Lock down environment access last
"env.go",
],
testSrcs: [
"android_test.go",