cange android system generation

This commit is contained in:
2012-09-12 18:24:26 +02:00
parent dbcde77a61
commit 5696539e2d
12 changed files with 3 additions and 185 deletions

View File

@@ -6,7 +6,7 @@ include $(CLEAR_VARS)
include $(LOCAL_PATH)/file.mk
# name of the librairy
LOCAL_MODULE := ednpackage
LOCAL_MODULE := $(call convert-special-char,$(CONFIG___EWOL_APPL_NAME__))
# get the tag of the current project :
LOCAL_VERSION_TAG=$(shell cd $(LOCAL_PATH) ; git describe --tags)

View File

@@ -6,7 +6,7 @@ include $(CLEAR_VARS)
include $(LOCAL_PATH)/file.mk
# name of the librairy
LOCAL_MODULE := edn
LOCAL_MODULE := $(call convert-special-char,$(CONFIG___EWOL_APPL_NAME__))
# get the tag of the current project :
LOCAL_VERSION_TAG=$(shell cd $(LOCAL_PATH) ; git describe --tags)

View File

@@ -6,7 +6,7 @@ include $(CLEAR_VARS)
include $(LOCAL_PATH)/file.mk
# name of the librairy
LOCAL_MODULE := edn
LOCAL_MODULE := $(call convert-special-char,$(CONFIG___EWOL_APPL_NAME__))
# get the tag of the current project :
LOCAL_VERSION_TAG=$(shell cd $(LOCAL_PATH) ; git describe --tags)