diff options
| author | Yi Jianlong <[email protected]> | 2025-12-11 23:21:48 +0800 |
|---|---|---|
| committer | Yi Jianlong <[email protected]> | 2025-12-11 23:21:48 +0800 |
| commit | 711feadb87c1224de4fa81745d7a13565aeda10d (patch) | |
| tree | fb563d0c2e3795b67304bc96c6e40fe15bbf034e | |
| parent | 55612e6ab2b5b9c4201845244965aa11c3ffabab (diff) | |
update default path
| -rw-r--r-- | xmake/rules/android/xmake.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/xmake/rules/android/xmake.lua b/xmake/rules/android/xmake.lua index 9b7c05350..f46facde4 100644 --- a/xmake/rules/android/xmake.lua +++ b/xmake/rules/android/xmake.lua @@ -29,7 +29,7 @@ rule("android.cpp") local android_assets = conf.android_assets local keystore = assert(conf.keystore, "android.cpp rule requires `keystore` to be set") local keystore_pass = assert(conf.keystore_pass, "android.cpp rule requires `keystore_pass` to be set") - local apk_output_path = conf.apk_output_path or "." + local apk_output_path = conf.apk_output_path or "build" local attachedjar = conf.attachedjar assert(android_sdk_version, "android sdk version not set") |
