trae 3 months ago
parent
commit
0ca3072e6b
2 changed files with 4 additions and 2 deletions
  1. 1 1
      .github/actions/misc/action.yml
  2. 3 1
      .gitignore

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

@@ -40,7 +40,7 @@ runs:
 
     - name: Add RUST build configs
       shell: bash
-      if: ${{ inputs.version == 'android16-6.12' && inputs.sublevel <= '38' }}
+      if: ${{ inputs.version == 'android16-6.12' && inputs.sublevel >= '38' }}
       run: |
         set -euo pipefail
         echo "Add Build based configs"

+ 3 - 1
.gitignore

@@ -1,3 +1,5 @@
+testing/
 AIO-REJ/
 kernel-manifests/
-kernels/
+kernels/
+bbr/