summaryrefslogtreecommitdiff
path: root/xmake/rules/platform/android/xmake.lua
diff options
context:
space:
mode:
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