[DEV] copy file directly in the staging directory

This commit is contained in:
Edouard DUPIN 2012-10-26 17:46:25 +02:00
parent 37bd7b152a
commit 89fee7fab5

View File

@ -43,4 +43,21 @@ LOCAL_SRC_FILES := \
$(FILE_LIST)
LOCAL_COPY_FILES := ../../share/textured3D.prog:usr/share/edn/textured3D.prog \
../../share/textured3D.frag:usr/share/edn/textured3D.frag \
../../share/textured3D.vert:usr/share/edn/textured3D.vert \
\
../../share/color.prog:usr/share/edn/color.prog \
../../share/color.frag:usr/share/edn/color.frag \
../../share/color.vert:usr/share/edn/color.vert \
\
../../share/textured.prog:usr/share/edn/textured.prog \
../../share/textured.frag:usr/share/edn/textured.frag \
../../share/textured.vert:usr/share/edn/textured.vert \
\
../../share/widgetEntry.prog:usr/share/edn/widgetEntry.prog \
../../share/widgetEntry.frag:usr/share/edn/widgetEntry.frag \
../../share/widgetEntry.vert:usr/share/edn/widgetEntry.vert
include $(BUILD_STATIC_LIBRARY)