I want to custom my pixel 4a kernel and following to instruction,
- mkdir android-kernel && cd android-kernel
- repo init -u https://android.googlesource.com/kernel/manifest -b android-msm-redbull-4.19-android12
- repo sync
- build/build.sh
Unfortunately, while compiler trying to do link its take a long time and finally failed.
Here you can see the https:// pastebin.com /UHurn0yA
output.
Do I missed something ?
Thanks a lot,