Fix 'date' so that it does not cause regeneration for unbundled builds
am: a48eac716c
Change-Id: I8486eeafeb6e3c6de1e6a83a50bb159ea5a03ff8
This commit is contained in:
@@ -108,7 +108,7 @@ version_code_package := $(base_version_major)$(base_version_minor)$(base_version
|
||||
ifdef TARGET_BUILD_APPS
|
||||
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 +%m%d%y_%H%M%S)
|
||||
date_string := $$(date +%m%d%y_%H%M%S)
|
||||
version_name_package := $(base_version_major).$(base_version_minor).$(base_version_build) (eng.$(USER).$(git_hash).$(date_string)-$(base_version_arch)$(base_version_density))
|
||||
else
|
||||
version_name_package := $(base_version_major).$(base_version_minor).$(base_version_build) ($(BUILD_NUMBER_FROM_FILE)-$(base_version_arch)$(base_version_density))
|
||||
|
||||
Reference in New Issue
Block a user