Review Android template libraries

Updated to latest version, not tested
This commit is contained in:
Ray
2017-05-14 18:33:42 +02:00
parent fb0f2fd181
commit 31b598cbc6
10 changed files with 1513 additions and 896 deletions

View File

@ -34,13 +34,13 @@ include $(CLEAR_VARS)
LOCAL_MODULE := openal
# Precompiled lib
LOCAL_SRC_FILES := libs/libopenal.a
LOCAL_SRC_FILES := libs/libopenal.so
# Export headers
LOCAL_EXPORT_C_INCLUDES := include
# Build static library
include $(PREBUILT_STATIC_LIBRARY)
include $(PREBUILT_SHARED_LIBRARY)
#--------------------------------------------------------------------