diff options
| author | ruki <[email protected]> | 2015-06-04 11:06:33 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2015-06-04 11:06:33 +0800 |
| commit | e93e932433483348664804a0cc054b2c6af61a95 (patch) | |
| tree | 25bb8afda99c26c7082f5b2046e79702644405d4 /xmake/scripts/platform/android/_android.lua | |
| parent | 282c12b8f7b9b01a85844326c28f6bc3529aa088 (diff) | |
load platform from the project and global configure directory
Diffstat (limited to 'xmake/scripts/platform/android/_android.lua')
| -rw-r--r-- | xmake/scripts/platform/android/_android.lua | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/xmake/scripts/platform/android/_android.lua b/xmake/scripts/platform/android/_android.lua index 49dd8ce0e..ba180d87d 100644 --- a/xmake/scripts/platform/android/_android.lua +++ b/xmake/scripts/platform/android/_android.lua @@ -32,9 +32,6 @@ _android._HOST = xmake._HOST -- init architectures _android._ARCHS = {"armv5te", "armv6", "armv7-a"} --- init prober -_android._PROBER = require("platform/android/_prober") - -- make configure function _android.make(configs) |
