dabao1955/kernel_build_action

[question]

whyakari opened this issue · 2 comments

config parameter it does not work with kernel that has defconfig in vendor arch/arm64/configs/vendor/defconfig

config parameter it does not work with kernel that has defconfig in vendor arch/arm64/configs/vendor/defconfig

try(for example):

        with:
          kernel-url: https://github.com/LineageOS/android_kernel_xiaomi_sm8250
          branch: lineage-20
          config: vendor/xiaomi/cas_defconfig

Sorry to bother you again.

I don't quite understand whether you are referring to vendor/xxx_defconfig or vendor/xxx.config.

If it's the former, I've given examples for reference.
If it's the latter, commit a274e12 may have fixed the issue.
If it's the latter try:

            config: "vendor/xxx/xxx_defconfig vendor/xxx/xxx.config"