Added option to disable ms2 opensles soundcard compilation for Android

This commit is contained in:
Sylvain Berfini 2014-02-03 16:58:28 +01:00
parent b1663d2cc6
commit 941883df07
2 changed files with 5 additions and 2 deletions

View file

@ -105,7 +105,10 @@ LOCAL_C_INCLUDES += \
$(LOCAL_PATH)/../../externals/libxml2/include \
$(LOCAL_PATH)/../../externals/build/libxml2
LOCAL_LDLIBS += -llog -lOpenSLES -ldl
ifeq ($(BUILD_OPENSLES_SOUNDCARD),1)
LOCAL_LDLIBS += -lOpenSLES
endif
LOCAL_LDLIBS += -llog -ldl
LOCAL_STATIC_LIBRARIES := \
cpufeatures \

@ -1 +1 @@
Subproject commit 427dc46440d8f4121b7f50194ee61d9db25d2263
Subproject commit e2ea92a34d2577910115e20574f3f1e6474850da