summaryrefslogtreecommitdiff
path: root/xmake/platforms/android/load.lua
diff options
context:
space:
mode:
Diffstat (limited to 'xmake/platforms/android/load.lua')
-rw-r--r--xmake/platforms/android/load.lua7
1 files changed, 0 insertions, 7 deletions
diff --git a/xmake/platforms/android/load.lua b/xmake/platforms/android/load.lua
index a9b00b554..0e0d88131 100644
--- a/xmake/platforms/android/load.lua
+++ b/xmake/platforms/android/load.lua
@@ -28,13 +28,6 @@ import("core.project.config")
-- load it
function main()
- -- init the file formats
- _g.formats = {}
- _g.formats.static = {"lib", ".a"}
- _g.formats.object = {"", ".o"}
- _g.formats.shared = {"lib", ".so"}
- _g.formats.symbol = {"", ".sym"}
-
-- init flags
local arch = config.get("arch")
if arch:startswith("arm64") then