diff options
-rw-r--r-- | core/build_id.mk | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/core/build_id.mk b/core/build_id.mk index f348f4e918..688224cdde 100644 --- a/core/build_id.mk +++ b/core/build_id.mk @@ -18,6 +18,4 @@ # (like "CRB01"). It must be a single word, and is # capitalized by convention. -BUILD_ID := KTU58 - -DISPLAY_BUILD_NUMBER := true +export BUILD_ID=KTU58 |