diff options
| author | Daniel Micay <danielmicay@gmail.com> | 2023-04-15 17:56:01 -0400 |
|---|---|---|
| committer | Daniel Micay <danielmicay@gmail.com> | 2023-04-15 17:57:46 -0400 |
| commit | 677332ef8f1b024679c85e830ea34d4287bcf275 (patch) | |
| tree | c78eb3ea1951cf24594007e82c147690e4f88195 /static/build.html | |
| parent | ee049d5002b272a2a380d726af86127d214e5ee8 (diff) | |
emulator kernel module signing
Diffstat (limited to 'static/build.html')
| -rw-r--r-- | static/build.html | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/static/build.html b/static/build.html index c1ba160a..2a81e479 100644 --- a/static/build.html +++ b/static/build.html @@ -729,7 +729,8 @@ repo sync -j8</pre> <p>To build the 5.15 kernel image and modules for the emulator:</p> <pre>BUILD_CONFIG=common/build.config.gki.x86_64 build/build.sh -BUILD_CONFIG=common-modules/virtual-device/build.config.virtual_device.x86_64 build/build.sh</pre> +BUILD_CONFIG=common-modules/virtual-device/build.config.virtual_device.x86_64 build/build.sh +find out/android13-5.15/dist -type f -name '*.ko' -exec out/android13-5.15/common/scripts/sign-file sha256 out/android13-5.15/common/certs/signing_key.pem out/android13-5.15/common/certs/signing_key.x509 {} \;</pre> <p>Replace the prebuilts in the OS source tree:</p> @@ -748,7 +749,8 @@ repo sync -j8</pre> <p>To build the 5.10 kernel image and modules for the emulator:</p> <pre>BUILD_CONFIG=common/build.config.gki.x86_64 build/build.sh -BUILD_CONFIG=common-modules/virtual-device/build.config.virtual_device.x86_64 build/build.sh</pre> +BUILD_CONFIG=common-modules/virtual-device/build.config.virtual_device.x86_64 build/build.sh +find out/android13-5.10/dist -type f -name '*.ko' -exec out/android13-5.10/common/scripts/sign-file sha256 out/android13-5.10/common/certs/signing_key.pem out/android13-5.10/common/certs/signing_key.x509 {} \;</pre> <p>Replace the prebuilts in the OS source tree:</p> |
