Forráskód Böngészése

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

TheWildJames 4 hónapja
szülő
commit
49478b6155
1 módosított fájl, 1 hozzáadás és 1 törlés
  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