Update to current conventions (#1)
This commit is contained in:
parent
e146dd4de8
commit
568a84b1dc
@ -118,3 +118,7 @@
|
||||
"disabled",
|
||||
},
|
||||
}
|
||||
|
||||
return function(cfg)
|
||||
return true
|
||||
end
|
||||
|
10
android.lua
10
android.lua
@ -2,11 +2,10 @@
|
||||
--
|
||||
-- Create an android namespace to isolate the additions
|
||||
--
|
||||
premake.modules.android = {}
|
||||
local p = premake
|
||||
|
||||
local android = premake.modules.android
|
||||
|
||||
include("_preload.lua")
|
||||
if not p.modules.android then
|
||||
p.modules.android = {}
|
||||
|
||||
if _ACTION < "vs2015" then
|
||||
configuration { "Android" }
|
||||
@ -20,5 +19,6 @@
|
||||
include("vsandroid_sln2005.lua")
|
||||
include("vsandroid_vstudio.lua")
|
||||
include("vsandroid_androidproj.lua")
|
||||
end
|
||||
|
||||
return android
|
||||
return p.modules.android
|
||||
|
Loading…
Reference in New Issue
Block a user