I Fix this Issue, Just you need cut all path of Object generated
on
definitions.mk
change
compile-c-source = $(eval $(call ev-compile-c-source,$1,$(1:%.c=%.o)))
by
compile-c-source = $(eval $(call ev-compile-c-source,$1,$(notdir
$(1:%.c=%.o))))
and
compile-cpp-source = $(eval $(call ev-compile-cpp-source,$1,$(1:%$
(LOCAL_CPP_EXTENSION)=%.o)))
by
compile-cpp-source = $(eval $(call ev-compile-cpp-source,$1,$(notdir
$(1:%$(LOCAL_CPP_EXTENSION)=%.o))))
also
can be reduced even more by changing this variable
LOCAL_OBJS_DIR := ./