index a0c0914b509539b202f228f3c73a3833087776ca..b22828479bc24b9b5cb51754279de2ff951e98e8 100644 (file)
if host_system == 'dragonfly'
# apparently the most similar
host_system = 'netbsd'
+elif host_system == 'android'
+ # while android isn't quite a normal linux, it seems close enough
+ # for our purposes so far
+ host_system = 'linux'
endif
# meson's system names don't quite map to our "traditional" names. In some