Set up CI with Azure Pipelines
diff --git a/build/build.sh b/build/build.sh
index 448b91f..aa2b738 100644
--- a/build/build.sh
+++ b/build/build.sh
@@ -2,6 +2,8 @@
 
 set -e
 
+export LD_LIBRARY_PATH=.
+export PATH=$PATH:.
 if ! which aapt > /dev/null;then
     echo "Please install aapt (apt install aapt should do)"
     exit 1