From 197525dfc6cbe138767392466ad4f450aa7b2bd6 Mon Sep 17 00:00:00 2001 From: Edouard DUPIN Date: Fri, 9 Nov 2012 00:54:51 +0100 Subject: [PATCH] [DEV] change tag position (no change with the time) --- Generic.mk | 8 -------- 1 file changed, 8 deletions(-) diff --git a/Generic.mk b/Generic.mk index 86f2b7d..e59adf2 100644 --- a/Generic.mk +++ b/Generic.mk @@ -4,12 +4,6 @@ include $(CLEAR_VARS) # 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 dependency LOCAL_LIBRARIES := freetype etk @@ -19,8 +13,6 @@ LOCAL_C_INCLUDES := $(LOCAL_PATH) \ LOCAL_EXPORT_C_INCLUDES := $(LOCAL_PATH) -LOCAL_CFLAGS := -DAGG_VERSION_TAG_NAME="\"$(LOCAL_VERSION_TAG_SHORT)-$(BUILD_DIRECTORY_MODE)\"" - # load the common sources file of the platform include $(LOCAL_PATH)/file.mk