commit | 77f23c3ac86e5193fbd606126ba3720888bbdda0 | [log] [tgz] |
---|---|---|
author | Dan Willemsen <dwillemsen@google.com> | Tue Feb 27 13:27:54 2018 -0800 |
committer | Dan Willemsen <dwillemsen@google.com> | Tue Apr 17 11:20:33 2018 -0700 |
tree | 0fa32d9bdda587c78393f842a38d3cda8a8810a2 | |
parent | 6e65019a456ab7ce8fecdf69ff01619d298b0656 [diff] [blame] |
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 Merged-In: Ic203e83ab437beecf07760660f2b3ac7c67e9ded (cherry picked from commit c0d7f6ed8ba17e77664204b52b40cb8267f03d0a)
diff --git a/core/build_id.mk b/core/build_id.mk index 932e214..bac2f48 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=PI +BUILD_ID=PI