X-Git-Url: http://git.tdb.fi/?p=libs%2Fcore.git;a=blobdiff_plain;f=Build;h=d940f4a695ce976c886be6341c08d85ed9a5bade;hp=aea04a16e0a12b39f8e30d3b945cfffa058d14c6;hb=ac26a7e3db27d27ea322ccc17bb093b348b30ae8;hpb=e9606fcfd202207a029fff31f03b8e1a7a0d2963 diff --git a/Build b/Build index aea04a1..d940f4a 100644 --- a/Build +++ b/Build @@ -15,6 +15,14 @@ package "mspcore" library "dl"; }; }; + if_arch "android" + { + build_info + { + library "android"; + library "log"; + }; + }; feature "zlib" "Support compression with zlib" { @@ -42,10 +50,19 @@ package "mspcore" { overlay "osx"; }; + if_arch "android" + { + overlay "android"; + build_info + { + keep_symbol "ANativeActivity_onCreate"; + }; + }; if_arch "!windows" { overlay "unix"; }; + overlay "generic"; install true; install_map {