summaryrefslogtreecommitdiff
path: root/xmake/rules/platform/android/xmake.lua
diff options
context:
space:
mode:
authorruki <[email protected]>2025-12-17 00:31:54 +0800
committerruki <[email protected]>2025-12-17 00:31:54 +0800
commite9cc5c5f4627b2df658310371e43557ae00c2e1e (patch)
treec8978321049be753f1a6c7122d67f75bf300b1bc /xmake/rules/platform/android/xmake.lua
parentd1485fa867ebb3b661a16ec043f33537a7f9f0cd (diff)
add conf to disable native app glue
Diffstat (limited to 'xmake/rules/platform/android/xmake.lua')
-rw-r--r--xmake/rules/platform/android/xmake.lua1
1 files changed, 1 insertions, 0 deletions
diff --git a/xmake/rules/platform/android/xmake.lua b/xmake/rules/platform/android/xmake.lua
index 0c58d7d09..9208b8932 100644
--- a/xmake/rules/platform/android/xmake.lua
+++ b/xmake/rules/platform/android/xmake.lua
@@ -31,6 +31,7 @@
-- keystore = "android/debug.jks",
-- keystore_pass = "123456",
-- package_name = "com.raylib.demo",
+-- native_app_glue = false,
-- logcat_filters = {"raydemo_android", "raylib"}
-- })
-- @endcode