[Feature][T8TSK-247][SDK-READY]add uci check
Only Configure: No
Affected branch: GSW3.0-No-Connman
Affected module: fota
Is it addected on both ZXIC and MTK: only MTK
Self-test: Yes
Doc Update: No
Change-Id: I0f40d2e964067bf218f5cb3ad4dedc26291e6bbd
diff --git a/lib/liblynq-uci/makefile b/lib/liblynq-uci/makefile
old mode 100644
new mode 100755
index 87122ee..aecca27
--- a/lib/liblynq-uci/makefile
+++ b/lib/liblynq-uci/makefile
@@ -42,13 +42,15 @@
LOCAL_C_INCLUDES = \
-I. \
-I$(LOCAL_PATH)/include \
-
+ -I$(ROOT)$(includedir)/logger \
LOCAL_LIBS := \
-L. \
-ldl \
-lpthread \
-luci \
+ -llog \
+
SOURCES = $(wildcard *.c wildcard *.h src/*.c)