diff options
| author | ruki <[email protected]> | 2025-12-17 06:57:30 +0800 |
|---|---|---|
| committer | GitHub <[email protected]> | 2025-12-17 06:57:30 +0800 |
| commit | 0e18ad3cf881d7818c702b67baeb825136867292 (patch) | |
| tree | 64d98834e8ef7b64c71ced222401464fbbf0039c /xmake/rules/platform/android/xmake.lua | |
| parent | d1485fa867ebb3b661a16ec043f33537a7f9f0cd (diff) | |
| parent | 712e19dd9f48cb25db063c7e716749ef3cdd5fb7 (diff) | |
Merge pull request #7141 from xmake-io/glue
add conf to disable native app glue
Diffstat (limited to 'xmake/rules/platform/android/xmake.lua')
| -rw-r--r-- | xmake/rules/platform/android/xmake.lua | 1 |
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 |
