[DEV] modify the makefiles
This commit is contained in:
parent
65d8dbe974
commit
cab24c59ac
@ -8,11 +8,7 @@ include $(LOCAL_PATH)/file.mk
|
||||
LOCAL_CONFIG_FILES := Config.in
|
||||
|
||||
# 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=$(shell cat $(LOCAL_PATH)/../tag)
|
||||
|
@ -8,11 +8,7 @@ include $(LOCAL_PATH)/file.mk
|
||||
LOCAL_CONFIG_FILES := Config.in
|
||||
|
||||
# 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=$(shell cat $(LOCAL_PATH)/../tag)
|
||||
$(info [TAG:$(LOCAL_MODULE)] $(LOCAL_VERSION))
|
||||
|
@ -8,11 +8,7 @@ include $(LOCAL_PATH)/file.mk
|
||||
LOCAL_CONFIG_FILES := Config.in
|
||||
|
||||
# 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=$(shell cat $(LOCAL_PATH)/../tag)
|
||||
|
Loading…
x
Reference in New Issue
Block a user