Przeglądaj źródła

Modify action.yml to add bbg into kconfig

jimsterino98 4 miesięcy temu
rodzic
commit
6bc18a9eab
1 zmienionych plików z 1 dodań i 0 usunięć
  1. 1 0
      .github/actions/bbg/action.yml

+ 1 - 0
.github/actions/bbg/action.yml

@@ -22,6 +22,7 @@ runs:
    - name: add bbg into kconfig
      shell: bash
      run: |
+       cd "$COMMON"
        sed -i '/^config LSM$/,/^help$/{ /^[[:space:]]*default/ { /baseband_guard/! s/selinux/selinux,baseband_guard/ } }' security/Kconfig
 
    - name: if config_lsm is in defconfig, add bbg