[DEV] update the config file and the project management
This commit is contained in:
@@ -42,7 +42,3 @@ endif
|
||||
|
||||
include $(BUILD_SHARED_LIBRARY)
|
||||
|
||||
NDK_MODULE_PATH := $(LOCAL_PATH)/../../
|
||||
|
||||
|
||||
$(call import-module,ewol/Sources)
|
||||
|
@@ -37,18 +37,6 @@ LOCAL_CFLAGS := -DMODE_RELEASE \
|
||||
-DAPPL_VERSION_TAG_NAME="\"$(LOCAL_VERSION_TAG_SHORT)-$(BUILD_DIRECTORY_MODE)\""
|
||||
endif
|
||||
|
||||
LOCAL_COPY_FILES := \
|
||||
../share/Font/freefont/FreeSerif.ttf:usr/share/$(LOCAL_MODULE)/Font/freefont/FreeSerif.ttf
|
||||
|
||||
LOCAL_COPY_FOLDERS := \
|
||||
../share/*.xml:usr/share/$(LOCAL_MODULE) \
|
||||
../share/icon/*.svg:usr/share/$(LOCAL_MODULE)/icon \
|
||||
../share/Font/freefont/FreeMon*.ttf:usr/share/$(LOCAL_MODULE)/Font/freefont
|
||||
|
||||
include $(BUILD_EXECUTABLE)
|
||||
|
||||
NDK_MODULE_PATH := $(LOCAL_PATH)/../../
|
||||
|
||||
|
||||
|
||||
$(call import-module,ewol/Sources)
|
||||
|
@@ -39,8 +39,3 @@ LOCAL_CFLAGS := -DMODE_RELEASE \
|
||||
endif
|
||||
|
||||
include $(BUILD_EXECUTABLE)
|
||||
|
||||
NDK_MODULE_PATH := $(LOCAL_PATH)/../../
|
||||
|
||||
|
||||
$(call import-module,ewol/Sources)
|
||||
|
@@ -46,3 +46,13 @@ FILE_LIST+= appl/Highlight/HighlightPattern.cpp \
|
||||
# Main entry file :
|
||||
FILE_LIST+= appl/init.cpp
|
||||
|
||||
|
||||
|
||||
LOCAL_COPY_FILES := \
|
||||
../share/Font/freefont/FreeSerif.ttf:Font/freefont/FreeSerif.ttf
|
||||
|
||||
LOCAL_COPY_FOLDERS := \
|
||||
../share/*.xml: \
|
||||
../share/icon/*.svg:icon \
|
||||
../share/Font/freefont/FreeMon*.ttf:Font/freefont
|
||||
|
||||
|
Reference in New Issue
Block a user