Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit df1fff12 authored by Lance Chang's avatar Lance Chang Committed by android-build-merger
Browse files

Merge "Add build number to apps\' version name for non-platform build" into nyc-dev

am: 1059f373

* commit '1059f373':
  Add build number to apps' version name for non-platform build

Change-Id: Ib3cbad8f4a242341319b9c3dbe0322588d63b4ea
parents 8446284b 1059f373
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -1833,6 +1833,10 @@ endef

# Add BUILD_NUMBER to apps default version name if it's unbundled build.
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)
else
APPS_DEFAULT_VERSION_NAME := $(PLATFORM_VERSION)