summaryrefslogtreecommitdiff
path: root/static/build.html
diff options
context:
space:
mode:
authorDaniel Micay <daniel.micay@grapheneos.org>2024-03-09 08:14:48 -0500
committerDaniel Micay <daniel.micay@grapheneos.org>2024-03-09 08:14:48 -0500
commit43b5a8070af8387487900ea22f785d7bd3ce9b60 (patch)
treef21b3dd37780638ef457df8e672dfe3d84cc222d /static/build.html
parente2433409c5d50d9e77837a9929c9e61919c851fc (diff)
update kernel prebuilt paths for Android 14
Diffstat (limited to 'static/build.html')
-rw-r--r--static/build.html4
1 files 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
<p>Replace the prebuilts in the OS source tree:</p>
- <pre>ANDROID_BUILD_TOP=~/android/grapheneos-13
+ <pre>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/</pre>
@@ -719,7 +719,7 @@ find out-vendor-modules/android13-5.10/dist -type f -name '*.ko' -exec out/andro
<p>Replace the prebuilts in the OS source tree:</p>
- <pre>ANDROID_BUILD_TOP=~/android/grapheneos-13
+ <pre>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/</pre>