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/androReplace 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/