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

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: Support Ubuntu 16.10 in scripts for getting Android Chromium Created 3 years, 11 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 | « 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..37f4244b90d801e72bc34d674db77eda6597d8f5 100755
--- a/build/install-build-deps-android.sh
+++ b/build/install-build-deps-android.sh
@@ -22,7 +22,7 @@ fi
lsb_release=$(lsb_release --codename --short)
case $lsb_release in
- xenial)
+ xenial|yakkety)
java_alternative="java-1.8.0-openjdk-amd64"
java_pkgs="openjdk-8-jre openjdk-8-jdk"
;;
« no previous file with comments | « build/install-build-deps.sh ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698