From b7b7a97c2cc2bbfec56d49edf3330807bde424c7 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 --- 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 ff4d013fb..05113cab3 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