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

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

Issue 2608733005: Making scripts for getting Android Chromium compatible with Ubuntu 16.10 Yakkety (Closed)
Patch Set: Making script for getting Android Chromium compatible with Ubuntu 16.10 Created 3 years, 12 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
« build/install-build-deps.sh ('K') | « build/install-build-deps.sh ('k') | 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 0261b379a043a15142a070877c923d4bd93346f2..a80bbdd5a09d517dcb6e845119dd26db525cc021 100755
--- a/build/install-build-deps-android.sh
+++ b/build/install-build-deps-android.sh
@@ -26,6 +26,10 @@ case $lsb_release in
java_alternative="java-1.8.0-openjdk-amd64"
java_pkgs="openjdk-8-jre openjdk-8-jdk"
;;
+ yakkety)
+ java_alternative="java-1.8.0-openjdk-amd64"
+ java_pkgs="openjdk-8-jre openjdk-8-jdk"
+ ;;
*)
java_alternative="java-1.7.0-openjdk-amd64"
java_pkgs="openjdk-7-jre openjdk-7-jdk"
« build/install-build-deps.sh ('K') | « build/install-build-deps.sh ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698