[Feature][ZXW-33]merge ZXW 0428 version

Change-Id: I11f167edfea428d9fab198ff00ff1364932d1b0b
diff --git a/ap/app/zte_mdl/Makefile b/ap/app/zte_mdl/Makefile
index 1d30806..9d99db3 100755
--- a/ap/app/zte_mdl/Makefile
+++ b/ap/app/zte_mdl/Makefile
@@ -90,6 +90,10 @@
 LDLIBS  += -lsoft_timer_sc -L$(zte_lib_path)/libsoft_timer

 LDLIBS  += -latutils -L$(zte_lib_path)/libatutils

 LDLIBS  += -lsqlite -L$(zte_lib_path)/libsqlite

+ifeq ($(USE_VOICE_AT),yes)

+LDLIBS  += -ltinyalsa -L$(zte_lib_path)/libtinyalsa

+LDLIBS  += -lvoice -L$(zte_lib_path)/libvoice

+endif

 LDLIBS  += -latext -L$(zte_lib_path)/libatext

 LDLIBS  += -lm

 #LDLIBS  += -ltinyalsa -L$(zte_lib_path)/libtinyalsa

diff --git a/ap/app/zte_mdl/zte_mdl.c b/ap/app/zte_mdl/zte_mdl.c
index cc43ce2..2beb93f 100755
--- a/ap/app/zte_mdl/zte_mdl.c
+++ b/ap/app/zte_mdl/zte_mdl.c
@@ -137,7 +137,7 @@
 	while(1)
 	{
 		sleep(20);
-		//printf("zte app test -1 \n");
+		//printf("app test -1 \n");
 	}
 
 	return 0;