|
|
@@ -376,8 +376,10 @@ jobs:
|
|
|
# exit 1
|
|
|
#fi
|
|
|
|
|
|
- if [[ "${{ inputs.branch }}" == "SM-S928B-Oneui7" || "${{ inputs.branch }}" == "SM-S928B-Oneui8" || "${{ inputs.branch }}" == "SM-S928B-Oneui6.1" ]]; then
|
|
|
+ if [[ "${{ inputs.branch }}" == "SM-S928B-Oneui7" || "${{ inputs.branch }}" == "SM-S928B-Oneui8" || ]]; then
|
|
|
cp ./kernel_platform/sec/dist/Image "$ANYKERNEL3/Image"
|
|
|
+ elif [[ "${{ inputs.branch }}" == "SM-S928B-Oneui6.1" ]]; then
|
|
|
+ cp ./kernel_platform/out/msm-pineapple-pineapple-gki/dist/Image "$ANYKERNEL3/Image"
|
|
|
elif [[ "${{ inputs.branch }}" == "SM-S938B-Oneui7" || "${{ inputs.branch }}" == "SM-S931B-Oneui8" ]]; then
|
|
|
cp ./kernel_platform/gki/dist/Image "$ANYKERNEL3/Image"
|
|
|
elif [[ -f ./$CONFIG/bazel-bin/common/kernel_aarch64/Image ]]; then
|