Skip to content

Commit

Permalink
Update to october security patch
Browse files Browse the repository at this point in the history
  • Loading branch information
phhusson committed Oct 2, 2018
1 parent 9a54d97 commit f1d8c48
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,11 @@ if [ -z "$USER" ];then
fi
export LC_ALL=C

aosp="android-8.1.0_r46"
aosp="android-8.1.0_r48"
phh="android-8.1"

if [ "$1" == "android-9.0" ];then
aosp="android-9.0.0_r8"
aosp="android-9.0.0_r9"
phh="android-9.0"
fi

Expand Down

0 comments on commit f1d8c48

Please sign in to comment.