From 43b5a8070af8387487900ea22f785d7bd3ce9b60 Mon Sep 17 00:00:00 2001 From: Daniel Micay Date: Sat, 9 Mar 2024 08:14:48 -0500 Subject: [PATCH] update kernel prebuilt paths for Android 14 --- static/build.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/static/build.html b/static/build.html index 2baead0f..29da16b1 100644 --- a/static/build.html +++ b/static/build.html @@ -698,7 +698,7 @@ find out-vendor-modules/android13-5.15/dist -type f -name '*.ko' -exec out/andro

Replace the prebuilts in the OS source tree:

-
ANDROID_BUILD_TOP=~/android/grapheneos-13
+                        
ANDROID_BUILD_TOP=~/android/grapheneos-14
 cp out/android13-5.15/dist/bzImage $ANDROID_BUILD_TOP/kernel/prebuilts/5.15/x86_64/kernel-5.15
 cp out/android13-5.15/dist/System.map $ANDROID_BUILD_TOP/kernel/prebuilts/5.15/x86_64/System.map
 cp out-vendor-modules/android13-5.15/dist/*.ko $ANDROID_BUILD_TOP/kernel/prebuilts/common-modules/virtual-device/5.15/x86-64/
@@ -719,7 +719,7 @@ find out-vendor-modules/android13-5.10/dist -type f -name '*.ko' -exec out/andro

Replace the prebuilts in the OS source tree:

-
ANDROID_BUILD_TOP=~/android/grapheneos-13
+                        
ANDROID_BUILD_TOP=~/android/grapheneos-14
 cp out/android13-5.10/dist/bzImage $ANDROID_BUILD_TOP/kernel/prebuilts/5.10/x86_64/kernel-5.10
 cp out/android13-5.10/dist/System.map $ANDROID_BUILD_TOP/kernel/prebuilts/5.10/x86_64/System.map
 cp out-vendor-modules/android13-5.10/dist/*.ko $ANDROID_BUILD_TOP/kernel/prebuilts/common-modules/virtual-device/5.10/x86-64/