aboutsummaryrefslogtreecommitdiff
path: root/version.mk
diff options
context:
space:
mode:
authorYoungsang Cho <youngsang@google.com>2016-05-09 18:52:12 -0700
committerYoungsang Cho <youngsang@google.com>2016-05-09 18:53:20 -0700
commit369b6a409204a9b2a95f7ba575d7c3b7bdc94ab7 (patch)
tree9bd059c5ef3414659427204c753a1389c52966c9 /version.mk
parent4a3a606c96e6cc6e2837cda8fa16c4dcce13774d (diff)
downloadTV-369b6a409204a9b2a95f7ba575d7c3b7bdc94ab7.tar.gz
DO NOT MERGE Sync to joey ub-tv-dev at e7fbaa585b1eb7afec05f05032d2e8d99fb595d4
Bug: 28469968 Change-Id: Ie0d3c74af84777dd8f2e2a79aa0454c7e6a7f0d8
Diffstat (limited to 'version.mk')
-rw-r--r--version.mk8
1 files changed, 2 insertions, 6 deletions
diff --git a/version.mk b/version.mk
index 70f4ec4c..e0d8cd02 100644
--- a/version.mk
+++ b/version.mk
@@ -48,17 +48,13 @@
base_version_major := 1
# Change this for each branch
-base_version_minor := 09
-# The date of the first commit checked in to the current branch
-base_version_since := 2015-11-21
+base_version_minor := 10
# code_version_major will overflow at 22
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 := 420
+code_version_build := 596
#####################################################
#####################################################
# Collect automatic version code parameters