Browse Source

Add BBR input and job to build workflow

jimsterino98 4 months ago
parent
commit
170e487aa1
1 changed files with 7 additions and 0 deletions
  1. 7 0
      .github/workflows/build.yml

+ 7 - 0
.github/workflows/build.yml

@@ -36,6 +36,9 @@ on:
       ntsync:
         required: true
         type: string
+      bbr:
+        required: true
+        type: string
 
 jobs:
   build-samsung-gki:
@@ -150,6 +153,10 @@ jobs:
       - name: Add droidspace support
         if: inputs.droidspace == 'true'
         uses: ./.github/actions/droidspaces
+
+      - name: Add bbrv1
+        if: inputs.bbr == 'true'
+        uses: ./.github/actions/bbr
           
       - name: Set Kernel Configuration Variables
         if: inputs.wksu == 'true'