android: initial port

This commit is contained in:
Alibek Omarov
2019-05-02 18:07:03 +03:00
parent 1a700fd06b
commit 3fef353291
18 changed files with 1360 additions and 13 deletions
+2
View File
@@ -47,6 +47,8 @@ def configure(conf):
conf.check( lib='GL' )
conf.env.append_unique('DEFINES', 'REF_DLL')
if conf.env.DEST_OS2 == 'android':
conf.check_cc(lib='log')
def build(bld):
libs = [ 'public', 'M' ]