diff options
| author | ruki <[email protected]> | 2017-06-06 18:41:05 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2017-06-06 18:41:05 +0800 |
| commit | 2309c5ec03eb09842814bcf03fffa8fa93999acf (patch) | |
| tree | d0e796ee7eff59a38eae6979b069a574eb51fe40 /xmake/platforms/android/load.lua | |
| parent | b62c9a1a532058db12fb73cdfeb0e174c8cbf2f2 (diff) | |
add find_library and remove some old codes
Diffstat (limited to 'xmake/platforms/android/load.lua')
| -rw-r--r-- | xmake/platforms/android/load.lua | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/xmake/platforms/android/load.lua b/xmake/platforms/android/load.lua index a9b00b554..0e0d88131 100644 --- a/xmake/platforms/android/load.lua +++ b/xmake/platforms/android/load.lua @@ -28,13 +28,6 @@ import("core.project.config") -- load it function main() - -- init the file formats - _g.formats = {} - _g.formats.static = {"lib", ".a"} - _g.formats.object = {"", ".o"} - _g.formats.shared = {"lib", ".so"} - _g.formats.symbol = {"", ".sym"} - -- init flags local arch = config.get("arch") if arch:startswith("arm64") then |
