[TAG] change the position of the tag

This commit is contained in:
Edouard DUPIN 2012-11-09 00:58:09 +01:00
parent edfe4d2aa6
commit fcd7a0542e
2 changed files with 3 additions and 4 deletions

View File

@ -6,9 +6,7 @@ include $(CLEAR_VARS)
LOCAL_MODULE := parsersvg
# 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))
LOCAL_VERSION_TAG=$(shell cd $(LOCAL_PATH) ; cat tag)
# name of the dependency
LOCAL_LIBRARIES := etk agg tinyxml
@ -17,7 +15,7 @@ LOCAL_C_INCLUDES :=
LOCAL_EXPORT_C_INCLUDES := $(LOCAL_PATH)
LOCAL_CFLAGS := -DPARSER_SVG_VERSION_TAG_NAME="\"$(LOCAL_VERSION_TAG_SHORT)-$(BUILD_DIRECTORY_MODE)\""
LOCAL_CFLAGS := -DPARSER_SVG_VERSION_TAG_NAME="\"$(LOCAL_VERSION_TAG)-$(BUILD_DIRECTORY_MODE)\""
# load the common sources file of the platform

1
tag Normal file
View File

@ -0,0 +1 @@
0.2