mirror of
https://github.com/love2d/love-android.git
synced 2026-08-18 19:54:18 +02:00
Initial modular 3rd-party C libs system.
This commit is contained in:
@@ -0,0 +1 @@
|
||||
include $(call all-subdir-makefiles)
|
||||
@@ -0,0 +1,8 @@
|
||||
This folder should contain external Lua C modules that will be shipped along with LOVE. One for each folder
|
||||
|
||||
Each folder must contains:
|
||||
* Android.mk describing how to build the external Lua C module.
|
||||
The LOCAL_MODULE_FILENAME must be set accordingly as ndk-build appends "lib" prefix from LOCAL_MODULE by default.
|
||||
* If your module interacts with Java-side, a file java.txt must contain where it should look Java source files.
|
||||
Example, if you have src/java/your/package/name/MyFile.java, then you need to write "src/java" in java.txt.
|
||||
If this file is absent, then your Java-side code will not be compiled along.
|
||||
Reference in New Issue
Block a user