Skip to content
This repository was archived by the owner on Jan 27, 2025. It is now read-only.

Commit f1d8c48

Browse files
committed
Update to october security patch
1 parent 9a54d97 commit f1d8c48

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build.sh

+2-2
Original file line numberDiff line numberDiff line change
@@ -10,11 +10,11 @@ if [ -z "$USER" ];then
1010
fi
1111
export LC_ALL=C
1212

13-
aosp="android-8.1.0_r46"
13+
aosp="android-8.1.0_r48"
1414
phh="android-8.1"
1515

1616
if [ "$1" == "android-9.0" ];then
17-
aosp="android-9.0.0_r8"
17+
aosp="android-9.0.0_r9"
1818
phh="android-9.0"
1919
fi
2020

0 commit comments

Comments
 (0)