aboutsummaryrefslogtreecommitdiff
path: root/version.mk
diff options
context:
space:
mode:
authorNick Chalko <nchalko@google.com>2016-03-04 13:12:56 -0800
committerYoungsang Cho <youngsang@google.com>2016-03-04 21:20:51 +0000
commit0fc3bb1d772f623c187267c781642ba4846d047e (patch)
treebcfc89b2171ac887116f1c631c0847ce62642356 /version.mk
parentba5845f23b8fbc985890f892961abc8b39886611 (diff)
downloadTV-0fc3bb1d772f623c187267c781642ba4846d047e.tar.gz
Sync to ub-tv-intens at 4ef2591eb74883f8ae2ce15d4e89bec7da5320fc
Bug: 27219388 Change-Id: I50601d0e0f680f170829945689eef989308b02fa
Diffstat (limited to 'version.mk')
-rw-r--r--version.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/version.mk b/version.mk
index 55839297..70f4ec4c 100644
--- a/version.mk
+++ b/version.mk
@@ -58,7 +58,7 @@ code_version_major := $(shell echo $$(($(base_version_major)+3)))
git_commit_count := $(shell git --git-dir $(LOCAL_PATH)/.git rev-list --since=$(base_version_since) --all --count HEAD)
# x86 and arm sometimes don't match.
#code_version_build := $(shell printf "%03d" $(git_commit_count))
-code_version_build := 419
+code_version_build := 420
#####################################################
#####################################################
# Collect automatic version code parameters