forked from openkylin/platform_build
Merge "Add build number to apps' version name for non-platform build" into nyc-dev
This commit is contained in:
commit
1059f37377
|
@ -1830,6 +1830,10 @@ endef
|
||||||
|
|
||||||
# Add BUILD_NUMBER to apps default version name if it's unbundled build.
|
# Add BUILD_NUMBER to apps default version name if it's unbundled build.
|
||||||
ifdef TARGET_BUILD_APPS
|
ifdef TARGET_BUILD_APPS
|
||||||
|
TARGET_BUILD_WITH_APPS_VERSION_NAME := true
|
||||||
|
endif
|
||||||
|
|
||||||
|
ifdef TARGET_BUILD_WITH_APPS_VERSION_NAME
|
||||||
APPS_DEFAULT_VERSION_NAME := $(PLATFORM_VERSION)-$(BUILD_NUMBER_FROM_FILE)
|
APPS_DEFAULT_VERSION_NAME := $(PLATFORM_VERSION)-$(BUILD_NUMBER_FROM_FILE)
|
||||||
else
|
else
|
||||||
APPS_DEFAULT_VERSION_NAME := $(PLATFORM_VERSION)
|
APPS_DEFAULT_VERSION_NAME := $(PLATFORM_VERSION)
|
||||||
|
|
Loading…
Reference in New Issue