commit | b7b7a97c2cc2bbfec56d49edf3330807bde424c7 | [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 23:05:10 2018 +0000 |
tree | ea62330b7974e506d78aa3057a2f05e752ef9173 | |
parent | 395bf274b8aebaa3ba41a8f8663cd52461b0e787 [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 Merged-In: Ic203e83ab437beecf07760660f2b3ac7c67e9ded
diff --git a/core/build_id.mk b/core/build_id.mk index ff4d013..05113ca 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=OC-MR1 +BUILD_ID=OC-MR1