commit | 3243aa51eb348fdc0729c00ac3b26485cbd26196 | [log] [tgz] |
---|---|---|
author | Lukacs T. Berki <lberki@google.com> | Thu Feb 25 14:44:14 2021 +0100 |
committer | Lukacs T. Berki <lberki@google.com> | Tue Mar 02 09:32:49 2021 +0100 |
tree | dfdcc981f3ae2e23c990f70221b688f879a8b683 | |
parent | f3e0d222343a7c14159372c7e98fde7f7bbbcb57 [diff] [blame] |
Move environment staleness check to soong_ui. Also delete the now-unnecessary soong_env binary. Test: Manually. Also checked what happens when a used environment variable changes. Change-Id: Ib393e7f444e94819198c6cce4bcd8719d9fd9441
diff --git a/shared/Android.bp b/shared/Android.bp index 5aa9d54..c79bc2b 100644 --- a/shared/Android.bp +++ b/shared/Android.bp
@@ -6,6 +6,7 @@ name: "soong-shared", pkgPath: "android/soong/shared", srcs: [ + "env.go", "paths.go", ], deps: [