misc/Android.mk
author sheepluva <sheepluva@users.noreply.github.com>
Mon, 05 Jan 2015 14:37:08 +0100
changeset 10770 8060cb5c2fa6
parent 9372 915436ff64ab
permissions -rw-r--r--
Merge pull request #27 from LocutusOfBorg/fix-build2 Fix arm* build failures < LocutusOfBorg1> sheepluva, the problem is fpc, so the workaround might be necessary even if they patch it :( http://bugs.freepascal.org/view.php?id=27222
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)/liblua/Android.mk
8538
0e113487c4b2 blindly updated Android build files for new physfs
koda
parents: 8062
diff changeset
     5
include $(MISC_DIR)/libphysfs/Android.mk
0e113487c4b2 blindly updated Android build files for new physfs
koda
parents: 8062
diff changeset
     6
include $(MISC_DIR)/libphyslayer/Android.mk
0e113487c4b2 blindly updated Android build files for new physfs
koda
parents: 8062
diff changeset
     7