From 3f415604b9b1ada6fcb478c5c961c08b469049e9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mart=C3=ADn=20Fern=C3=A1ndez?= Date: Mon, 4 Feb 2019 13:52:20 +0100 Subject: [PATCH] fix android release version (#4549) --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index e6046a571..e8a35e2de 100644 --- a/Makefile +++ b/Makefile @@ -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