[TAG] change the position of the tag
This commit is contained in:
parent
edfe4d2aa6
commit
fcd7a0542e
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user