fix android release version (#4549)

pull/4552/head
Martín Fernández 5 years ago committed by Frans de Jonge
parent 778c42312d
commit 3f415604b9

@ -13,7 +13,7 @@ ifneq (,$(findstring -,$(VERSION)))
endif
# Use the git commit count as the (integer) Android version code
ANDROID_VERSION?=$(git rev-list --count HEAD)
ANDROID_VERSION?=$(shell git rev-list --count HEAD)
ANDROID_NAME?=$(VERSION)
# set PATH to find CC in managed toolchains

Loading…
Cancel
Save