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 c0d7f6ed8b
)
This commit is contained in:
parent
6e65019a45
commit
77f23c3ac8
1 changed files with 1 additions and 1 deletions
|
@ -18,4 +18,4 @@
|
|||
# (like "CRB01"). It must be a single word, and is
|
||||
# capitalized by convention.
|
||||
|
||||
export BUILD_ID=PI
|
||||
BUILD_ID=PI
|
||||
|
|
Loading…
Reference in a new issue