update config
This commit is contained in:
@@ -6,7 +6,11 @@ include $(CLEAR_VARS)
|
||||
include $(LOCAL_PATH)/file.mk
|
||||
|
||||
# name of the librairy
|
||||
ifeq ($(CONFIG___EWOL_APPL_NAME__),$(empty))
|
||||
LOCAL_MODULE := edn
|
||||
else
|
||||
LOCAL_MODULE := $(call convert-special-char,$(CONFIG___EWOL_APPL_NAME__))
|
||||
endif
|
||||
|
||||
# get the tag of the current project :
|
||||
LOCAL_VERSION_TAG=$(shell cd $(LOCAL_PATH) ; git describe --tags)
|
||||
|
@@ -6,8 +6,11 @@ include $(CLEAR_VARS)
|
||||
include $(LOCAL_PATH)/file.mk
|
||||
|
||||
# name of the librairy
|
||||
ifeq ($(CONFIG___EWOL_APPL_NAME__),$(empty))
|
||||
LOCAL_MODULE := edn
|
||||
else
|
||||
LOCAL_MODULE := $(call convert-special-char,$(CONFIG___EWOL_APPL_NAME__))
|
||||
|
||||
endif
|
||||
# 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)
|
||||
|
@@ -6,7 +6,11 @@ include $(CLEAR_VARS)
|
||||
include $(LOCAL_PATH)/file.mk
|
||||
|
||||
# name of the librairy
|
||||
ifeq ($(CONFIG___EWOL_APPL_NAME__),$(empty))
|
||||
LOCAL_MODULE := edn
|
||||
else
|
||||
LOCAL_MODULE := $(call convert-special-char,$(CONFIG___EWOL_APPL_NAME__))
|
||||
endif
|
||||
|
||||
# get the tag of the current project :
|
||||
LOCAL_VERSION_TAG=$(shell cd $(LOCAL_PATH) ; git describe --tags)
|
||||
|
Reference in New Issue
Block a user