Explorar el Código

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

TheWildJames hace 4 meses
padre
commit
49478b6155
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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