Remove the androidAPILevel() duplicate definition

As requested by @samsinsane.
This commit is contained in:
iFarbod 2019-01-10 15:27:23 +03:30
parent 3cb523056c
commit 652abbfa8e
No known key found for this signature in database
GPG Key ID: 50E8FE6D98035931

View File

@ -80,13 +80,6 @@
end
function android.androidAPILevel(cfg)
if cfg.androidapilevel ~= nil then
_p(2,'<AndroidAPILevel>android-%d</AndroidAPILevel>', cfg.androidapilevel)
end
end
premake.override(vc2010.elements, "configurationProperties", function(oldfn, cfg)
local elements = oldfn(cfg)
if cfg.kind == p.ANDROIDPROJ then