From f1d8c48296e2a9fbb8d9904980fedc6fe96ac3fc Mon Sep 17 00:00:00 2001 From: Pierre-Hugues Husson Date: Tue, 2 Oct 2018 10:14:50 +0200 Subject: [PATCH] Update to october security patch --- build.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build.sh b/build.sh index a7f13a49..313ce6fa 100644 --- a/build.sh +++ b/build.sh @@ -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