diff options
| author | ruki <[email protected]> | 2015-05-25 08:23:04 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2015-05-25 08:23:04 +0800 |
| commit | 99582c402d5580877247344cca1f708f15e16d7b (patch) | |
| tree | 0f1cc984aebee65381cde3693bbd32de7a9bfb0d /xmake/scripts/platform/android/_android.lua | |
| parent | 24e6b488718dab5dc58a7b4adc901884d716f478 (diff) | |
init platform configure
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 910a61b68..d79236a28 100644 --- a/xmake/scripts/platform/android/_android.lua +++ b/xmake/scripts/platform/android/_android.lua @@ -36,9 +36,6 @@ function _android.init(configs) configs.archs = {} configs.archs.armv5te = {} configs.archs.armv6 = {} - - -- ok - return true end |
