commit | c0d7f6ed8ba17e77664204b52b40cb8267f03d0a | [log] [tgz] |
---|---|---|
author | Dan Willemsen <dwillemsen@google.com> | Tue Feb 27 13:27:54 2018 -0800 |
committer | Dan Willemsen <dwillemsen@google.com> | Mon Apr 16 15:51:51 2018 -0700 |
tree | 5c44d147adc6ba169e09f18d9b0eb01e8dba5ba3 | |
parent | b873817b9cdecf02be8eda2ed238aa34f7c810f7 [diff] |
Don't use export with BUILD_ID It's not necessary, and all the tools that read this file have been updated. Bug: 73959648 Test: cs for uses Change-Id: Ic203e83ab437beecf07760660f2b3ac7c67e9ded
diff --git a/core/build_id.mk b/core/build_id.mk index 0e8e2cf..2f9c3f3 100644 --- a/core/build_id.mk +++ b/core/build_id.mk
@@ -18,4 +18,4 @@ # (like "CRB01"). It must be a single word, and is # capitalized by convention. -export BUILD_ID=MASTER +BUILD_ID=MASTER