소스 검색

Add BBR input and job to build workflow

jimsterino98 4 달 전
부모
커밋
170e487aa1
1개의 변경된 파일7개의 추가작업 그리고 0개의 파일을 삭제
  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'