From 3aab30fc254ae7e9bd138aff2bb263af0d447017 Mon Sep 17 00:00:00 2001 From: ruki Date: Wed, 27 May 2015 09:32:01 +0800 Subject: add prober to all platforms --- xmake/scripts/platform/android/_android.lua | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 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 9de364e77..a7e8806df 100644 --- a/xmake/scripts/platform/android/_android.lua +++ b/xmake/scripts/platform/android/_android.lua @@ -23,11 +23,17 @@ -- define module: _android local _android = _android or {} +-- load modules +local config = require("base/config") + -- init host -_android._HOST = xmake._HOST +_android._HOST = xmake._HOST -- init architectures -_android._ARCHS = {"armv5te", "armv6", "armv7-a"} +_android._ARCHS = {"armv5te", "armv6", "armv7-a"} + +-- init prober +_android._PROBER = require("platform/android/_prober") -- make configure function _android.make(configs) -- cgit v1.3.1