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