From 50b0f3fed77f0271a640505af222e2f0260f85f3 Mon Sep 17 00:00:00 2001 From: Roman Stratiienko Date: Sun, 23 Jun 2024 19:19:22 +0000 Subject: [PATCH] Bump-up the deps MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Upgrade: - Kernel to 6.1.84 - AOSP to android-platform-14.0.0_r8 - RPI firmware to the latest master branch Signed-off-by: Roman Stratiienko Signed-off-by: Michał Gapiński --- manifests/glodroid.xml | 4 ++-- unfold_aosp.sh | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/manifests/glodroid.xml b/manifests/glodroid.xml index d19c5cb..9e9b7ca 100644 --- a/manifests/glodroid.xml +++ b/manifests/glodroid.xml @@ -45,10 +45,10 @@ - + - + diff --git a/unfold_aosp.sh b/unfold_aosp.sh index 749692d..d3bd8f8 100755 --- a/unfold_aosp.sh +++ b/unfold_aosp.sh @@ -4,7 +4,7 @@ LOCAL_PATH=$(pwd) echo Init repo tree using AOSP manifest pushd aosptree -repo init --depth=2 -u https://android.googlesource.com/platform/manifest -b refs/tags/android-platform-14.0.0_r4 ${GD_REPO_INIT_ARGS} +repo init --depth=2 -u https://android.googlesource.com/platform/manifest -b refs/tags/android-platform-14.0.0_r8 ${GD_REPO_INIT_ARGS} cd .repo/manifests mv default.xml aosp.xml cp ${LOCAL_PATH}/manifests/tesla-android.xml tesla-android.xml