Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(312)

Unified Diff: build/install-build-deps-android.sh

Issue 2721023003: Add bsdiff to //build/install-build-deps-android.sh. (Closed)
Patch Set: Created 3 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698