Review Android project

This commit is contained in:
raysan5
2016-08-26 19:40:37 +02:00
parent 5d88eb1d95
commit 4770e2010d
6 changed files with 368 additions and 331 deletions

View File

@ -4,7 +4,7 @@
#
# Game template makefile
#
# Copyright (c) 2014 Ramon Santamaria (Ray San - raysan@raysanweb.com)
# Copyright (c) 2014-2016 Ramon Santamaria (@raysan5)
#
# This software is provided "as-is", without any express or implied warranty. In no event
# will the authors be held liable for any damages arising from the use of this software.
@ -27,7 +27,6 @@
LOCAL_PATH := $(call my-dir)
# OpenAL module (prebuilt static library)
# NOTE: Shared library brokes the build! Why?
#--------------------------------------------------------------------
include $(CLEAR_VARS)
@ -41,7 +40,6 @@ LOCAL_SRC_FILES := libs/libopenal.a
LOCAL_EXPORT_C_INCLUDES := include
# Build static library
#include $(PREBUILT_SHARED_LIBRARY)
include $(PREBUILT_STATIC_LIBRARY)
#--------------------------------------------------------------------