|
|
@ -51,7 +51,6 @@ compile-sketch:
|
|
|
|
LOCAL_CFLAGS="'-I$(shell pwd)'" \
|
|
|
|
LOCAL_CFLAGS="'-I$(shell pwd)'" \
|
|
|
|
OUTPUT_PATH="${LIB_DIR}" \
|
|
|
|
OUTPUT_PATH="${LIB_DIR}" \
|
|
|
|
VERBOSE=${VERBOSE} \
|
|
|
|
VERBOSE=${VERBOSE} \
|
|
|
|
ARCH=virtual \
|
|
|
|
|
|
|
|
$(MAKE) -f ${top_dir}/testing/makefiles/delegate.mk compile
|
|
|
|
$(MAKE) -f ${top_dir}/testing/makefiles/delegate.mk compile
|
|
|
|
g++ -o "${BIN_DIR}/${BIN_FILE}" \
|
|
|
|
g++ -o "${BIN_DIR}/${BIN_FILE}" \
|
|
|
|
-lpthread \
|
|
|
|
-lpthread \
|
|
|
|