Enable OPENELSE defination when compile voice engine

Review URL: http://webrtc-codereview.appspot.com/150005

git-svn-id: http://webrtc.googlecode.com/svn/trunk@629 4adac7df-926f-26a2-2b94-8c16560cd09d
This commit is contained in:
leozwang@google.com 2011-09-20 16:41:09 +00:00
parent 741da942ec
commit ec5e87614e

@ -49,7 +49,8 @@ LOCAL_SRC_FILES := \
# Flags passed to both C and C++ files.
LOCAL_CFLAGS := \
$(MY_WEBRTC_COMMON_DEFS)
$(MY_WEBRTC_COMMON_DEFS) \
'-DWEBRTC_ANDROID_OPENSLES'
LOCAL_C_INCLUDES := \
$(LOCAL_PATH)/../interface \