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