소스 검색

fix(action): change CONFIG_ANDROID_BINDER_IPC_RUST from 'y' to 'm' for kernel build configurations

TheWildJames 4 달 전
부모
커밋
49478b6155
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      .github/actions/misc/action.yml

+ 1 - 1
.github/actions/misc/action.yml

@@ -36,7 +36,7 @@ runs:
         set -euo pipefail
         echo "Add Build based configs"
         cat >> "${{ github.workspace }}/wild_gki.fragment" << 'EOF'
-        CONFIG_ANDROID_BINDER_IPC_RUST=y
+        CONFIG_ANDROID_BINDER_IPC_RUST=m
         CONFIG_CMDLINE="module_blacklist=rust_binder"
         CONFIG_CMDLINE_EXTEND=y
         CONFIG_CMDLINE_FORCE=n