From 77f23c3ac86e5193fbd606126ba3720888bbdda0 Mon Sep 17 00:00:00 2001 From: Dan Willemsen Date: Tue, 27 Feb 2018 13:27:54 -0800 Subject: [PATCH] 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) --- core/build_id.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/build_id.mk b/core/build_id.mk index 932e2144a..bac2f4809 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