Skip to content

Commit

Permalink
Merge pull request akhilnarang#179 from gokulkgm/ubuntu-jammy
Browse files Browse the repository at this point in the history
setup: android_build_env: extend focal packages to jammy as well
  • Loading branch information
akhilnarang authored Apr 22, 2022
2 parents 56018db + 67eb050 commit f9e3eee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup/android_build_env.sh
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ LSB_RELEASE="$(lsb_release -d | cut -d ':' -f 2 | sed -e 's/^[[:space:]]*//')"

if [[ ${LSB_RELEASE} =~ "Mint 18" || ${LSB_RELEASE} =~ "Ubuntu 16" ]]; then
PACKAGES="${UBUNTU_16_PACKAGES}"
elif [[ ${LSB_RELEASE} =~ "Ubuntu 20" || ${LSB_RELEASE} =~ "Ubuntu 21" ]]; then
elif [[ ${LSB_RELEASE} =~ "Ubuntu 20" || ${LSB_RELEASE} =~ "Ubuntu 21" || ${LSB_RELEASE} =~ "Ubuntu 22" ]]; then
PACKAGES="${UBUNTU_20_PACKAGES}"
elif [[ ${LSB_RELEASE} =~ "Debian GNU/Linux 10" ]]; then
PACKAGES="${DEBIAN_10_PACKAGES}"
Expand Down

0 comments on commit f9e3eee

Please sign in to comment.