Index: build/install-build-deps-android.sh |
diff --git a/build/install-build-deps-android.sh b/build/install-build-deps-android.sh |
index 37f4244b90d801e72bc34d674db77eda6597d8f5..6ae6e908d562fe09268bd33fa7395c7848125d26 100755 |
--- a/build/install-build-deps-android.sh |
+++ b/build/install-build-deps-android.sh |
@@ -67,6 +67,9 @@ fi |
sudo apt-get -y install ant |
+# Required for apk-patch-size-estimator |
+sudo apt-get -y install bsdiff |
+ |
# Install openjdk and openjre stuff |
sudo apt-get -y install $java_pkgs |