summaryrefslogtreecommitdiff
path: root/xmake/scripts/platform/android/_android.lua
diff options
context:
space:
mode:
Diffstat (limited to 'xmake/scripts/platform/android/_android.lua')
-rw-r--r--xmake/scripts/platform/android/_android.lua8
1 files changed, 4 insertions, 4 deletions
diff --git a/xmake/scripts/platform/android/_android.lua b/xmake/scripts/platform/android/_android.lua
index 630c95ab1..93920dcc6 100644
--- a/xmake/scripts/platform/android/_android.lua
+++ b/xmake/scripts/platform/android/_android.lua
@@ -23,11 +23,11 @@
-- define module: _android
local _android = _android or {}
--- init _android
-function _android.init(configs)
+-- init host
+_android._HOST = xmake._HOST
- -- init host
- configs.host = xmake._HOST
+-- make configure
+function _android.make(configs)
-- init the file name formats
configs.formats = {}