[Feature][ZXW-452]merge P54U02 version
Only Configure: No
Affected branch: master
Affected module: unknow
Is it affected on both ZXIC and MTK: only ZXIC
Self-test: Yes
Doc Update: No
Change-Id: I17e6795ab66e2b9d1cbbfec4b7c0028d666e177d
diff --git a/ap/lib/libvoice/Makefile b/ap/lib/libvoice/Makefile
old mode 100644
new mode 100755
index a7f371a..7d677fb
--- a/ap/lib/libvoice/Makefile
+++ b/ap/lib/libvoice/Makefile
@@ -25,6 +25,8 @@
LIB_STATIC = libvoice.a
ifeq ($(USE_VOICE_ALSA),yes)
OBJS = voice.o alsa_call.o voice_api.o voiceipc.o
+else ifeq ($(USE_VOICE_BUFFER_IN_AP),yes)
+OBJS = voice.o voice_buffer.o
else
OBJS = voice.o
endif