|
|
@@ -6,7 +6,19 @@ permissions:
|
|
|
|
|
|
on:
|
|
|
workflow_call:
|
|
|
- inputs: {}
|
|
|
+ inputs:
|
|
|
+ SUSFS:
|
|
|
+ required: true
|
|
|
+ type: string
|
|
|
+ BBG:
|
|
|
+ required: true
|
|
|
+ type: string
|
|
|
+ BBRv3:
|
|
|
+ required: true
|
|
|
+ type: string
|
|
|
+ unicodefix:
|
|
|
+ required: true
|
|
|
+ type: string
|
|
|
|
|
|
jobs:
|
|
|
build-kernels-a12:
|
|
|
@@ -70,4 +82,8 @@ jobs:
|
|
|
android_version: ${{ matrix.android_version }}
|
|
|
kernel_version: ${{ matrix.kernel_version }}
|
|
|
branch: ${{ matrix.branch }}
|
|
|
+ SUSFS: ${{ inputs.SUSFS }}
|
|
|
+ BBG: ${{ inputs.BBG }}
|
|
|
+ BBRv3: ${{ inputs.BBRv3 }}
|
|
|
+ unicodefix: ${{ inputs.unicodefix }}
|
|
|
|