misc/Android.mk
author Medo <smaxein@googlemail.com>
Thu, 31 Jan 2013 02:14:04 +0100
changeset 8463 0f39265a1604
parent 8062 abbcdf73327a
child 8538 0e113487c4b2
permissions -rw-r--r--
Move libjnidispatch to jni/ and copy it to libs/ on build This should fix the build issue where this file is missing after a clean.
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
6043
9bd2d6b1ba52 update from rev d75329716a02, it really works now (i think)
Xeli
parents: 6039
diff changeset
     1
MISC_DIR   := $(call my-dir)
9bd2d6b1ba52 update from rev d75329716a02, it really works now (i think)
Xeli
parents: 6039
diff changeset
     2
LOCAL_PATH := MISC_DIR
9bd2d6b1ba52 update from rev d75329716a02, it really works now (i think)
Xeli
parents: 6039
diff changeset
     3
9bd2d6b1ba52 update from rev d75329716a02, it really works now (i think)
Xeli
parents: 6039
diff changeset
     4
include $(MISC_DIR)/libfreetype/Android.mk
9bd2d6b1ba52 update from rev d75329716a02, it really works now (i think)
Xeli
parents: 6039
diff changeset
     5
include $(MISC_DIR)/liblua/Android.mk
6045
9a7cc0f29430 Using misc/libtremor/tremor rather than misc/tremor, plus added the include in the android.mk of SDL_mixer
Xeli
parents: 6043
diff changeset
     6
include $(MISC_DIR)/libtremor/Android.mk
8062
abbcdf73327a allow the engine to use physfs on android too
Xeli
parents: 6045
diff changeset
     7
include $(MISC_DIR)/physfs/Android.mk