error in the tag display
This commit is contained in:
parent
65c901e41f
commit
aa55ba51b9
@ -1,11 +1,12 @@
|
|||||||
|
|
||||||
|
# name of the librairy
|
||||||
|
LOCAL_MODULE := agg
|
||||||
|
|
||||||
# get the tag of the current project :
|
# get the tag of the current project :
|
||||||
LOCAL_VERSION_TAG=$(shell cd $(LOCAL_PATH) ; git describe --tags)
|
LOCAL_VERSION_TAG=$(shell cd $(LOCAL_PATH) ; git describe --tags)
|
||||||
LOCAL_VERSION_TAG_SHORT=$(shell cd $(LOCAL_PATH) ; git describe --tags --abbrev=0)
|
LOCAL_VERSION_TAG_SHORT=$(shell cd $(LOCAL_PATH) ; git describe --tags --abbrev=0)
|
||||||
$(info $(LOCAL_MODULE) version TAG : $(LOCAL_VERSION_TAG))
|
$(info $(LOCAL_MODULE) version TAG : $(LOCAL_VERSION_TAG))
|
||||||
|
|
||||||
# name of the librairy
|
|
||||||
LOCAL_MODULE := agg
|
|
||||||
|
|
||||||
# name of the dependency
|
# name of the dependency
|
||||||
LOCAL_STATIC_LIBRARIES := libfreetype
|
LOCAL_STATIC_LIBRARIES := libfreetype
|
||||||
|
Loading…
x
Reference in New Issue
Block a user