|
@@ -40,9 +40,17 @@ runs:
|
|
|
./build_script.sh || true
|
|
./build_script.sh || true
|
|
|
elif [[ ${{ inputs.branch }} == SM-S926B* ]]; 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
|
|
#tools/bazel run --nocheck_bzl_visibility --config=stamp --sandbox_debug --verbose_failures --debug_make_verbosity=I //projects/s5e9945:s5e9945_user_dist
|
|
|
|
|
+ cd kernel
|
|
|
|
|
+ SYMBOL_LIST=android/abi_gki_aarch64_galaxy
|
|
|
|
|
+ echo "find_in_flight_task_in_one_workqueue" >> $SYMBOL_LIST
|
|
|
|
|
+ cd ..
|
|
|
tools/bazel build //kernel:kernel_aarch64
|
|
tools/bazel build //kernel:kernel_aarch64
|
|
|
elif [[ ${{ inputs.branch }} == SM-A556* ]]; then
|
|
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
|
|
#tools/bazel run --nocheck_bzl_visibility --config=stamp --sandbox_debug --verbose_failures --debug_make_verbosity=I //projects/s5e8845:s5e8845_user_dist
|
|
|
|
|
+ cd kernel
|
|
|
|
|
+ SYMBOL_LIST=android/abi_gki_aarch64_galaxy
|
|
|
|
|
+ echo "find_in_flight_task_in_one_workqueue" >> $SYMBOL_LIST
|
|
|
|
|
+ cd ..
|
|
|
tools/bazel build //kernel:kernel_aarch64
|
|
tools/bazel build //kernel:kernel_aarch64
|
|
|
elif [[ "${{ inputs.branch }}" == "SM-A075M-Oneui7" ]]; then
|
|
elif [[ "${{ inputs.branch }}" == "SM-A075M-Oneui7" ]]; then
|
|
|
chmod +x build_kernel.sh
|
|
chmod +x build_kernel.sh
|