launcher: move android.cpp -> android/main.cpp

This commit is contained in:
nillerusr 2022-08-15 21:28:05 +03:00
parent a87918565a
commit 41414854db
3 changed files with 2 additions and 3 deletions

3
.gitignore vendored
View File

@ -31,10 +31,9 @@ game/client/*/client.lib
game/server/*/server.lib game/server/*/server.lib
.DS_Store .DS_Store
build*/ build*/
android/
.cache/ .cache/
.ccache/ .ccache/
waf3*/ waf3*/
.vscode/ .vscode/
.depproj/ .depproj/
source-engine.sln source-engine.sln

View File

@ -24,7 +24,7 @@ def build(bld):
if bld.env.DEST_OS == 'android': if bld.env.DEST_OS == 'android':
source += [ source += [
'android.cpp' 'android/main.cpp'
] ]
includes = [ includes = [