|
@@ -19,6 +19,9 @@ on:
|
|
|
zeromount:
|
|
zeromount:
|
|
|
required: true
|
|
required: true
|
|
|
type: string
|
|
type: string
|
|
|
|
|
+ nomount:
|
|
|
|
|
+ required: true
|
|
|
|
|
+ type: string
|
|
|
ksun:
|
|
ksun:
|
|
|
required: true
|
|
required: true
|
|
|
type: string
|
|
type: string
|
|
@@ -106,26 +109,26 @@ jobs:
|
|
|
android_version: "android14"
|
|
android_version: "android14"
|
|
|
kernel_version: "6.1"
|
|
kernel_version: "6.1"
|
|
|
build_type: "Bazel"
|
|
build_type: "Bazel"
|
|
|
-# - branch: "SM-S926B-Oneui8.5"
|
|
|
|
|
-# android_version: "android14"
|
|
|
|
|
-# kernel_version: "6.1"
|
|
|
|
|
-# build_type: "Bazel"
|
|
|
|
|
-# - branch: "SM-S926B-Oneui8"
|
|
|
|
|
-# android_version: "android14"
|
|
|
|
|
-# kernel_version: "6.1"
|
|
|
|
|
-# build_type: "Bazel"
|
|
|
|
|
-# - branch: "SM-S926B-Oneui7-bit7"
|
|
|
|
|
-# android_version: "android14"
|
|
|
|
|
-# kernel_version: "6.1"
|
|
|
|
|
-# build_type: "Bazel"
|
|
|
|
|
-# - branch: "SM-S926B-Oneui7-bit8"
|
|
|
|
|
-# android_version: "android14"
|
|
|
|
|
-# kernel_version: "6.1"
|
|
|
|
|
-# build_type: "Bazel"
|
|
|
|
|
-# - branch: "SM-S926B-Oneui7-bit9"
|
|
|
|
|
-# android_version: "android14"
|
|
|
|
|
-# kernel_version: "6.1"
|
|
|
|
|
-# build_type: "Bazel"
|
|
|
|
|
|
|
+ - branch: "SM-S926B-Oneui8.5"
|
|
|
|
|
+ android_version: "android14"
|
|
|
|
|
+ kernel_version: "6.1"
|
|
|
|
|
+ build_type: "Bazel"
|
|
|
|
|
+ - branch: "SM-S926B-Oneui8"
|
|
|
|
|
+ android_version: "android14"
|
|
|
|
|
+ kernel_version: "6.1"
|
|
|
|
|
+ build_type: "Bazel"
|
|
|
|
|
+ - branch: "SM-S926B-Oneui7-bit7"
|
|
|
|
|
+ android_version: "android14"
|
|
|
|
|
+ kernel_version: "6.1"
|
|
|
|
|
+ build_type: "Bazel"
|
|
|
|
|
+ - branch: "SM-S926B-Oneui7-bit8"
|
|
|
|
|
+ android_version: "android14"
|
|
|
|
|
+ kernel_version: "6.1"
|
|
|
|
|
+ build_type: "Bazel"
|
|
|
|
|
+ - branch: "SM-S926B-Oneui7-bit9"
|
|
|
|
|
+ android_version: "android14"
|
|
|
|
|
+ kernel_version: "6.1"
|
|
|
|
|
+ build_type: "Bazel"
|
|
|
- branch: "SM-X926B-Oneui6.1"
|
|
- branch: "SM-X926B-Oneui6.1"
|
|
|
android_version: "android14"
|
|
android_version: "android14"
|
|
|
kernel_version: "6.1"
|
|
kernel_version: "6.1"
|
|
@@ -255,6 +258,7 @@ jobs:
|
|
|
bbg: ${{ inputs.bbg }}
|
|
bbg: ${{ inputs.bbg }}
|
|
|
unicodefix: ${{ inputs.unicodefix }}
|
|
unicodefix: ${{ inputs.unicodefix }}
|
|
|
zeromount: ${{ inputs.zeromount }}
|
|
zeromount: ${{ inputs.zeromount }}
|
|
|
|
|
+ nomount: ${{ inputs.nomount }}
|
|
|
ksun: ${{ inputs.ksun }}
|
|
ksun: ${{ inputs.ksun }}
|
|
|
droidspace: ${{ inputs.droidspace }}
|
|
droidspace: ${{ inputs.droidspace }}
|
|
|
ntsync: ${{ inputs.ntsync }}
|
|
ntsync: ${{ inputs.ntsync }}
|