From aa55ba51b9e12d93ec18ede6183d028904b4dc1d Mon Sep 17 00:00:00 2001 From: Edouard DUPIN Date: Tue, 17 Jul 2012 14:03:26 +0200 Subject: [PATCH] error in the tag display --- Generic.mk | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/Generic.mk b/Generic.mk index 31f6cff..276c15e 100644 --- a/Generic.mk +++ b/Generic.mk @@ -1,11 +1,12 @@ +# name of the librairy +LOCAL_MODULE := agg + # get the tag of the current project : LOCAL_VERSION_TAG=$(shell cd $(LOCAL_PATH) ; git describe --tags) LOCAL_VERSION_TAG_SHORT=$(shell cd $(LOCAL_PATH) ; git describe --tags --abbrev=0) $(info $(LOCAL_MODULE) version TAG : $(LOCAL_VERSION_TAG)) -# name of the librairy -LOCAL_MODULE := agg # name of the dependency LOCAL_STATIC_LIBRARIES := libfreetype