|
|
@@ -31,7 +31,7 @@ runs:
|
|
|
touch ./kernel-6.6/abi_symbollist.raw
|
|
|
touch ./kernel-6.6/abi_symbollist
|
|
|
./build_script.sh || true
|
|
|
- elif [[ "${{ inputs.branch }}" == "SM-S926B-Oneui8" ]]; then
|
|
|
+ elif [[ ${{ inputs.branch }} == SM-S926B* ]]; then
|
|
|
tools/bazel run --nocheck_bzl_visibility --config=stamp --sandbox_debug --verbose_failures --debug_make_verbosity=I //projects/s5e9945:s5e9945_user_dist
|
|
|
elif [[ ${{ inputs.branch }} == SM-A556* ]]; then
|
|
|
tools/bazel run --nocheck_bzl_visibility --config=stamp --sandbox_debug --verbose_failures --debug_make_verbosity=I //projects/s5e8845:s5e8845_user_dist
|