Skip to content

Commit

Permalink
Android buildfix.
Browse files Browse the repository at this point in the history
  • Loading branch information
unknownbrackets committed Apr 17, 2014
1 parent dc39e75 commit 33840c5
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions android/jni/Android.mk
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,9 @@ LOCAL_CPPFLAGS := -fno-exceptions -std=gnu++11 -fno-rtti
NATIVE := ../../native
LOCAL_SRC_FILES := \
$(NATIVE)/android/native-audio-so.cpp
LOCAL_C_INCLUDES := \
$(LOCAL_PATH)/$(NATIVE) \
$(LOCAL_PATH)
LOCAL_LDLIBS := -lOpenSLES -llog

include $(BUILD_SHARED_LIBRARY)
Expand Down

0 comments on commit 33840c5

Please sign in to comment.