From 0e3df610b7db95590a9ad32eccfc7b2b2319b128 Mon Sep 17 00:00:00 2001 From: ruki Date: Wed, 27 May 2015 08:31:36 +0800 Subject: modify platform interfaces --- xmake/scripts/platform/android/_android.lua | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'xmake/scripts/platform/android/_android.lua') 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 = {} -- cgit v1.3.1