android/build.py: enable libexpat for the "curl" storage plugin

This commit is contained in:
Max Kellermann
2018-08-17 17:15:05 +02:00
parent dee591d970
commit fb5f9baf9c
2 changed files with 2 additions and 1 deletions

@ -146,6 +146,7 @@ thirdparty_libs = [
libid3tag,
ffmpeg,
curl,
libexpat,
libnfs,
boost,
]