|
|
@@ -183,6 +183,10 @@ jobs:
|
|
|
patch -p1 < fix_namespace.patch
|
|
|
patch -p1 < fix_base.patch
|
|
|
patch -p1 < fix_taskmmu.patch
|
|
|
+ elif [[ "${{ inputs.branch }}" == "SM-S916B-Oneui8" ]]; then
|
|
|
+ cp "$KERNEL_PATCHES/samsung/${{ inputs.branch }}/"* ./
|
|
|
+ patch -p1 < fix_namespace.patch
|
|
|
+ patch -p1 < fix_base.patch
|
|
|
fi
|
|
|
|
|
|
# Apply KSU integration patches
|
|
|
@@ -260,7 +264,7 @@ jobs:
|
|
|
if [[ "${{ inputs.branch }}" == "SM-S928B-Oneui7" || "${{ inputs.branch }}" == "SM-S928B-Oneui8" ]]; then
|
|
|
chmod +x build_kernel_GKI.sh
|
|
|
./build_kernel_GKI.sh
|
|
|
- elif [[ "${{ inputs.branch }}" == "SM-X916B" || "${{ inputs.branch }}" == "SM-F946N" ]]; then
|
|
|
+ elif [[ "${{ inputs.branch }}" == "SM-X916B" || "${{ inputs.branch }}" == "SM-F946N" || "${{ inputs.branch }}" == "SM-S916B-Oneui8" ]]; then
|
|
|
chmod +x build_kernel_GKI.sh
|
|
|
LTO=thin ./build_kernel_GKI.sh || true
|
|
|
elif [[ "${{ inputs.branch }}" == "SM-A546B-Oneui7" || "${{ inputs.branch }}" == "SM-A546E-Oneui7" ]]; then
|
|
|
@@ -295,7 +299,7 @@ jobs:
|
|
|
cp ./kernel_platform/sec/dist/Image "$ANYKERNEL3/Image"
|
|
|
elif [[ -f ./$CONFIG/bazel-bin/common/kernel_aarch64/Image ]]; then
|
|
|
cp ./$CONFIG/bazel-bin/common/kernel_aarch64/Image "$ANYKERNEL3/Image"
|
|
|
- elif [[ "${{ inputs.branch }}" == "SM-X916B" || "${{ inputs.branch }}" == "SM-F946N" ]]; then
|
|
|
+ elif [[ "${{ inputs.branch }}" == "SM-X916B" || "${{ inputs.branch }}" == "SM-F946N" || "${{ inputs.branch }}" == "SM-S916B-Oneui8" ]]; then
|
|
|
cp ./out/msm-kalama-kalama-gki/dist/Image "$ANYKERNEL3/Image"
|
|
|
elif [[ "${{ inputs.branch }}" == "SM-A546B-Oneui7" || "${{ inputs.branch }}" == "SM-A546E-Oneui7" ]]; then
|
|
|
cp ./arch/arm64/boot/Image "$ANYKERNEL3/Image"
|