Replace USER with BUILD_USERNAME am: 8c664c5cc7
am: 9119b3a426

Change-Id: I26b4a50d7ef4cc055bf95a9694415b1dcc13d792
diff --git a/version.mk b/version.mk
index 375249e..90fe55e 100644
--- a/version.mk
+++ b/version.mk
@@ -97,7 +97,7 @@
 ifeq ($(strip $(HAS_BUILD_NUMBER)),false)
     git_hash := $(shell git --git-dir $(LOCAL_PATH)/.git log -n 1 --pretty=format:%h)
     date_string := $(shell date +%Y-%m-%d)
-    version_name_package := $(base_version_major).$(base_version_minor).$(code_version_build) (eng.$(USER).$(git_hash).$(date_string)-$(base_version_arch)$(base_version_density))
+    version_name_package := $(base_version_major).$(base_version_minor).$(code_version_build) (eng.$(BUILD_USERNAME).$(git_hash).$(date_string)-$(base_version_arch)$(base_version_density))
 else
     version_name_package := $(base_version_major).$(base_version_minor).$(code_version_build) ($(BUILD_NUMBER_FROM_FILE)-$(base_version_arch)$(base_version_density))
 endif